cp-unit4

cp-unit4

12th Grade

25 Qs

quiz-placeholder

Similar activities

11.02  CNC Concept Review

11.02 CNC Concept Review

9th - 12th Grade

21 Qs

Exploring the Basics of C Programming

Exploring the Basics of C Programming

11th Grade - University

20 Qs

Funções e Estruturas em Programação C - Parte I

Funções e Estruturas em Programação C - Parte I

9th Grade - Professional Development

22 Qs

Engineering Design process

Engineering Design process

9th - 12th Grade

20 Qs

Electromechanical Systems

Electromechanical Systems

12th Grade

20 Qs

Electronic Fuel Injection Systems Quiz

Electronic Fuel Injection Systems Quiz

11th Grade - University

20 Qs

Java If/else/ switch

Java If/else/ switch

9th - 12th Grade

20 Qs

OOP (Object Oriented Programming)

OOP (Object Oriented Programming)

9th - 12th Grade

30 Qs

cp-unit4

cp-unit4

Assessment

Quiz

Other

12th Grade

Hard

Created by

K vijina

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the input function that reads a single character, the instant it is typed, without waiting for the Enter key to be hit
scanf()
gets()
getchar()
getch()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The initialisation expression of the for loop can contain more than one statement separated by a ________
: (colon)
, (comma)
; (Semi colon)
. (dot)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the instructions are executed in the same order, as they appear in a program, then such control of instruction is called as ______________
Sequence Control Instruction
Selection or Decision Control Instruction
Repetition or Loop Control Instruction
Case Control Instruction

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is more appropriate for reading a string as given below? "I am studying"
gets()
scanf()
puts()
printf()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What vlaue is stored in x? X = scanf("%d %d", &a, &b);
1
2
3
No value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an unconditional control statement, which need to be avoided by a good programmer, in his program.
exit
break
goto
continue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the instructions are executed in the same order, as they appear in a program, then such control of instruction is called as ______________
Sequence Control Instruction
Selection or Decision Control Instruction
Repetition or Loop Control Instruction
Case Control Instruction

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?