Final Test Python Code

Final Test Python Code

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Sequence, Selection and Iteration

Sequence, Selection and Iteration

11th Grade

22 Qs

KAU Summative Assessment 9th grade 3q

KAU Summative Assessment 9th grade 3q

9th Grade

18 Qs

PCEP Section 3B: list methods: append(), insert(), index()

PCEP Section 3B: list methods: append(), insert(), index()

12th Grade

15 Qs

Python variables and operators quiz

Python variables and operators quiz

9th - 12th Grade

20 Qs

10 min test 18

10 min test 18

9th - 12th Grade

15 Qs

Year 10 Programming Recap

Year 10 Programming Recap

9th - 10th Grade

18 Qs

Y9 List Introduction

Y9 List Introduction

9th Grade

18 Qs

Final Test Python Code

Final Test Python Code

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Just Kawe

Used 5+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In general, the function of a programming language is...

To learn about systems inside computers

To use computers according to their respective fields

As a way to communicate between programmers and computers

To find solutions to problems found in computer systems

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The data type below which states that characters/sentences can be letters, numbers, etc. which are written using quotation marks at the beginning and ending is...

boolean

string

integer

float

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The basic syntax in Python programming that is used to print or display data is...

Println

print

printf

output

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following codes is correct to output Text:

c

print(Hello good morning)

print Hello good morning

Hello good morning

print("Hello good morning")

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The correct python program syntax used to create a variable with the name "age" which has the integer value 16 is...

print(age="16")

age("16")

age="16"

age=16

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If/else branching is used in which condition?

there are many decision options

there is one decision option

there are no decision options

There are two decision options

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If/elif/else branching is used in which condition?

there are more than two decision options

there is no decision option

there are more than five decision options

There are two decision options

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?