Mini Quiz Uzma

Mini Quiz Uzma

University

9 Qs

quiz-placeholder

Similar activities

Microprocessor

Microprocessor

University

10 Qs

microprossor

microprossor

University

10 Qs

Classification

Classification

University

10 Qs

Final Exam Review

Final Exam Review

University

13 Qs

Seatwork 2

Seatwork 2

University

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

University

10 Qs

 MATERI 3_ Kuis tentang pengetahuan tentang  AI

MATERI 3_ Kuis tentang pengetahuan tentang AI

University

10 Qs

Mini Quiz Uzma

Mini Quiz Uzma

Assessment

Quiz

Computers

University

Hard

Created by

Uzma Jafar

Used 11+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if age1 > age2 then

print "age 1 is bigger"

else

print "age2 is bigger"

This is an example of which construct?

Iteration

Repetition

Conditional

None of them

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

X= 1

Print "enter name"

Print "your name is", name

X= X+1

Until X= 10

This is an example of which construct?

loop

Conditional

Selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a control structure?

Algorithms

Conditional

Repetition

Sequential

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a type of algorithm?

Pseudocode

Flowchart

IPO Chart

Narrative (structured english)

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This ------- type of algorithm uses shapes and symbols to show the steps

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a control structure?

Sequential

Conditional

Datatype

Repetition

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This------control structure allows you to make a decision between options

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Another name for the Iteration control structure is-------

9.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Another name for the conditional control structure is ------