Fundamentals of Programming Quiz

Fundamentals of Programming Quiz

University

15 Qs

quiz-placeholder

Similar activities

Python Pre-Cal Quiz

Python Pre-Cal Quiz

University

10 Qs

File Handling in Python, Serialization in Python

File Handling in Python, Serialization in Python

University

15 Qs

PythonProgramming

PythonProgramming

University

15 Qs

Python Basic II

Python Basic II

11th Grade - University

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

Python Basics 1

Python Basics 1

University

20 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Python Quiz

Python Quiz

University

12 Qs

Fundamentals of Programming Quiz

Fundamentals of Programming Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Kwasi Boafo-Asante

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to output "Hello, World!" in Python?

`echo "Hello, World!"`

`print("Hello, World!")`

`System.out.println("Hello, World!")`

`printf("Hello, World!")`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

`1variable`

`variable_1`

`variable-1`

`variable 1`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: `print(2 ** 3)`?

6

8

9

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is immutable in Python?

List

Dictionary

Tuple

Set

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression `5 % 2` in Python?

0

1

2

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a block of code in Python?

Curly braces `{ }`

Parentheses `( )`

Indentation

Square brackets `[ ]`

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword used to define a function in Python?

`function`

`def`

`func`

`define`

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?