HSC ICT EV 0 votes, 0 avg 9 Complete your exam within certain time. Time is Over! Created by adminHSC-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? %f %d %c %lf 2 / 25 Which of the following is the correct variable name? roll-number-1 roll_number 1 roll_number_1 1roll_number 3 / 25 Logical operators in C language – i. && ii. = iii. || Which of the following is correct? ii , iii i , iii i, ii & iii i , ii 4 / 25 The header file is- i. stdio.h ii. math.h iii. printf.h which is correct? a. i& ii b. i & iii d. i, ii & iii c. ii & iii 5 / 25 Which of the following is an example of a three-dimensional array? c. mark [5] [6] [7] a. mark [5, 6,7] d. mark (5) (6) (9) b. mark (5, 6, 8) 6 / 25 Which of the following functions is used to input data in C language? a. printf() c. float() b. abs() d. scanf() 7 / 25 Assembly of same type of data is called- b. Pointer a. Function c. Array d. Constant 8 / 25 "How to declare Two-dimensional Array in C?" c. m[4][5] d. m[4,5] b. m(4)(5) a. m(4,5) 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? a. 1234567 c.13579 d.34567 b.3579 10 / 25 for(i=2; i<10; i = i+2) printf(“%d”,i); what is the result for the statement? a. 1,3,5,7,9 b. 2,4,6,8,10 c. 1,2,3,4,5,6,7,8,9 d. 1,2,3,4,5,6,7,8,9,10 11 / 25 Which is the required Header File for getch() – c. math.h b. conio.h a. stdio.h d. graphics.h 12 / 25 The header file is – i. stdio.h ii. math.h iii. printf.h i, ii & iii ii & iii i & iii i & ii 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? a. i & ii c. ii & iii b. i & iii d. i, ii & iii 14 / 25 Which of the following is an array variable? b. m[5] a. m(5) d. m_5 c. m5 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)? b. scanf(“%d %d %d”, &a, &b, &c); c. scanf(“%d,%%%ddd”, &a, &b, &c); a. scanf(“%d, %d, %d”, &b, &c); d. scanf(“% d % d % d”, 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”? c. 4 a. 1 b. 2 d. 5 17 / 25 Which one is necessary header file for getch? a. Stdio.h c. Math.h d. Printf().h b. Conio.h 18 / 25 for (i = 1; i< 8; i+ = 2) printf(“%d”, i); what is the result for the statement? d. 1 2 3 4 5 6 7 8 a. 1 2 3 4 5 6 7 b. 1 3 5 7 c. 2 4 6 8 19 / 25 Which of the following functions can be used to find the square root in C language? a. printf() c. sqrt() d. scanf() b. abs() 20 / 25 Which is the function/command for taking data input in C programming language? printf() scanf() getch() main() 21 / 25 Which is a recursive statement? b. for - then c. do - loop d. for - loop a. if - then 22 / 25 Which function is essential for a C program? b. main() d. scanf() c. getch() a. printf() 23 / 25 Which of the following functions can be used to display the results of the program in C language? b. sqrt() a. printf() d. scanf() c. main() 24 / 25 The output statement is- i. printf () ii. gets () iii. puts () which is correct? a. i& ii b. I & iii d. i, ii & iii c. ii & iii 25 / 25 Example of two dimensional array is- a. int mark [2][3] d. int mark [2,34] c. int mark [2][3][4] b. int mark [5] Your score isThe average score is 37% 0% Restart quiz Thank you Send feedback 1 votes, 5 avg 1 Complete your exam within certain time. Time is Over! Created by adminHSC-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 Introduction Inmation Immutions Information 2 / 5 A document based on the markup language HTML is called what? Web Page Page Web Site Web 3 / 5 5. When was the version of HTML released? December 2008 January 2008 February 2018 February 2008 4 / 5 3. Web pages are controlled by? Robot AI HTML Computer 5 / 5 4.Websites are usually of which types? Static and Dynamic Statics Stat and Dynamic Dynamism Your score isThe average score is 100% 0% Restart quiz Thank you Send feedback