HSC ICT EV

0 votes, 0 avg
9

Complete your exam within certain time.

Time is Over!


Created by adminadmin

HSC-ICT-EV

HSC-ICT-Chapter 5 EV

Tap the start button exam will start.

1 / 25

Which is the format specifier for char type in C language?

2 / 25

Which of the following is the correct variable name?

3 / 25

Logical operators in C language –

i. &&
ii. =
iii. ||
Which of the following is correct?

4 / 25

The header file is-
i. stdio.h ii. math.h
iii. printf.h
which is correct?

5 / 25

Which of the following is an example of a three-dimensional array?

6 / 25

Which of the following functions is used to input data in C language?

7 / 25

Assembly of same type of data is called-

8 / 25

"How to declare Two-dimensional Array in C?"

9 / 25

#include
intmain() {
int k;
for(k=3;k<=15;k++){
printf("%d", k);
if(k==7)
break;
}
return 0;
}

What is the output of this above program?

10 / 25

for(i=2; i<10; i = i+2)
printf(“%d”,i);
what is the result for the statement?

11 / 25

Which is the required Header File for getch() –

12 / 25

The header file is –
i. stdio.h
ii. math.h
iii. printf.h

13 / 25

20. Library functions are-
i. Various previously created contents
ii. A type of special statement -
iii. Instructions that can only be used in mathematical operations -
which is correct?

14 / 25

Which of the following is an array variable?

15 / 25

Which of the following is the correct use of the input function to take input from the keyboard of three integers (a, b, c)?

16 / 25

for (i = 1; i< = 5; i ++)
{
if(i = =3) continue;
printf ("HSC Exam");
}
How many times will displayed “HSC Exam”?

17 / 25

Which one is necessary header file for getch?

18 / 25

for (i = 1; i< 8; i+ = 2)
printf(“%d”, i);
what is the result for the statement?

19 / 25

Which of the following functions can be used to find the square root in C language?

20 / 25

Which is the function/command for taking data input in C programming language?

21 / 25

Which is a recursive statement?

22 / 25

Which function is essential for a C program?

23 / 25

Which of the following functions can be used to display the results of the program in C language?

24 / 25

The output statement is-
i. printf () ii. gets ()
iii. puts ()
which is correct?

25 / 25

Example of two dimensional array is-

Your score is

The average score is 37%

0%

Thank you

1 votes, 5 avg
1

Complete your exam within certain time.

Time is Over!


Created by adminadmin

HSC-ICT-EV

HSC-ICT-Chapter 4 EV

Web Design and HTML

Tap the start button exam will start.

1 / 5

2. Generally, what is present on a web page?
Correct

2 / 5

A document based on the markup language HTML is called what?

3 / 5

5. When was the version of HTML released?

4 / 5

3. Web pages are controlled by?

5 / 5

4.Websites are usually of which types?

Your score is

The average score is 100%

0%

Thank you

error: Content is protected !!