Programming Logic & Design

Programming Logic & Design

KG - University

28 Qs

quiz-placeholder

Similar activities

Functions in Python

Functions in Python

10th - 12th Grade

28 Qs

Python test2

Python test2

6th - 8th Grade

23 Qs

Python Revisoin

Python Revisoin

8th Grade

25 Qs

Python Quiz

Python Quiz

6th - 9th Grade

23 Qs

Python Programming Quiz

Python Programming Quiz

University

25 Qs

Script_programming_test

Script_programming_test

University

25 Qs

Python Class 9

Python Class 9

9th - 10th Grade

25 Qs

ASESMEN HARIAN INFORMATIKA KELAS X SMT-2 BAB 1

ASESMEN HARIAN INFORMATIKA KELAS X SMT-2 BAB 1

10th Grade

25 Qs

Programming Logic & Design

Programming Logic & Design

Assessment

Quiz

Computers

KG - University

Medium

Used 18+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What animal is represented by the code 79 120 according to the ASCII character set?
Ant
Ox
Cow

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pseudocode is formal code meant for machine reading instead of human reading.
TRUE
FALSE

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you define a module in Python?
def moduleName()
Module moduleName()
moduleName()

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How would you get Python to display the message "Hello World"?
say("Hello World")
display('Hello World')
print('Hello World')

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When making code in Python, how do you set the age variable equal to 74?
age = 37 x 2
age = 74
age equals 74

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To write a line comment in Python you simply place the # symbol where you want the comment to begin. The Python interpreter ignores everything from that point to the end of the line.
TRUE
FALSE

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To execute a function you must ____ it.
Summon
Call
Hang

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?