PPS_Activity_Z2_Kiruthika M

PPS_Activity_Z2_Kiruthika M

University

16 Qs

quiz-placeholder

Similar activities

flowrithm

flowrithm

10th Grade - University

13 Qs

Quiz Topic 3 STM101733 PSPD

Quiz Topic 3 STM101733 PSPD

University

20 Qs

Cybersecurity Essentials Chapter 5 Review

Cybersecurity Essentials Chapter 5 Review

9th Grade - University

20 Qs

Q240 - Algorithm and Flowchart

Q240 - Algorithm and Flowchart

University

20 Qs

Arrays recap

Arrays recap

9th Grade - University

17 Qs

Progdas-Q1-2024-1

Progdas-Q1-2024-1

University

20 Qs

Computer Coding Pre Test

Computer Coding Pre Test

University

15 Qs

Quizaro

Quizaro

University

20 Qs

PPS_Activity_Z2_Kiruthika M

PPS_Activity_Z2_Kiruthika M

Assessment

Passage

Computers

University

Hard

Created by

Kiruthika M

Used 2+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

  1. What is the output of the following code?

int a = 5, b = 2;

printf("%d", a++ + ++b);

7

8

9

10

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Guess the output of the following code:

1.500000 2.500000

1.500000 2.500000 3.500000

0.000000 0.000000 0.000000

No output

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Reorder to form a correct C program that prints “Hello”

a) printf("Hello");
b) #include <stdio.h>
c) int main() {
d) return 0;
e) }

b → c → a → e→ d

b → c → a → d → e

c → b → a → d → e

a → c → b → d → e

4.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

Media Image

Match the keywords with its meaning

1-b, 2-a, 3-c, 4-d

1-a, 2-b, 3-c, 4-d

1-d, 2-a, 3-d, 4-c

1-d, 2-c, 3-b, 4-a

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is NOT a key characteristic of an algorithm?

Finiteness

Definiteness

Ambiguity

Effectiveness

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Pseudocode is primarily used to ___ the logic of an algorithm before writing actual code.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The ________ keyword indicates that the variable value cannot be changed.

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?