pseudocode

pseudocode

University

50 Qs

quiz-placeholder

Similar activities

Understanding Loops in Programming

Understanding Loops in Programming

9th Grade - University

54 Qs

MCQ for Coding Carnival

MCQ for Coding Carnival

University

50 Qs

Python тест

Python тест

University

54 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

Array in Python

Array in Python

University

45 Qs

Quiz Python

Quiz Python

University

50 Qs

untitled

untitled

8th Grade - University

48 Qs

Quiz Pengembangan Perangkat Lunak

Quiz Pengembangan Perangkat Lunak

10th Grade - University

50 Qs

pseudocode

pseudocode

Assessment

Quiz

Computers

University

Hard

Created by

Prof. Karale

Used 1+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

output?

5 3 1

5 4 3 2 1

5 3

Infinite Loops

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

3

6

5

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this pseudocode? a = 5; b = 10; a = a + b; print(a)

10
5
15
0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a bitwise AND operator in C?
&&
&
and
|

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, what does the expression *ptr++ mean?
Increment value of ptr
Dereference and then increment ptr
Increment and then dereference
Syntax error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator has the highest precedence in C?
+
=
*
()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the value of arr[3]? int arr[5] = {10, 20, 30, 40, 50};
10
20
40
50

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?