python basic SIS mmd

python basic SIS mmd

7th Grade

45 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

5th - 12th Grade

40 Qs

CODING TEST 1

CODING TEST 1

6th - 8th Grade

40 Qs

CODE TEST 2 SPRING

CODE TEST 2 SPRING

7th - 8th Grade

40 Qs

Section 5 - Part 2

Section 5 - Part 2

4th - 7th Grade

50 Qs

Year 6 Term 2 Quiz (Coding and Spreadsheets)

Year 6 Term 2 Quiz (Coding and Spreadsheets)

5th - 7th Grade

46 Qs

Computer Science Exam CTEA January 2023 January

Computer Science Exam CTEA January 2023 January

7th Grade

50 Qs

U3 : CSD - Final Chapter CloseOut

U3 : CSD - Final Chapter CloseOut

7th Grade

40 Qs

Year 8 EoYE

Year 8 EoYE

6th - 8th Grade

50 Qs

python basic SIS mmd

python basic SIS mmd

Assessment

Quiz

Computers

7th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

muhammad abdulmajeed

Used 55+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello" + str(2) + "world!")
Hello world! Hello world!
Hello2world!
Hello Hello world! world!
SyntaxError

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?
Syntax is the word used to describe an error
Syntax is the rules of the programming language
It is used to read information
It is used to output information 

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Code executed based on a condition being true
Sequence
Selection
Iteration
Variable

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Code repeated / looped until a condition has been met or a set number of times.
Sequence
Selection
Iteration
Variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? myAge = int (myAge)

Converts the var (variable) myAge to a string

Converts the var (variable) myAge to a integer

Converts the var (variable) myAge from a integer to a string

Converts the var (variable) myAge to if statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

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?