Search Header Logo

Sequence and Selection

Authored by Miss Smith

Computers

7th Grade

CCSS covered

Used 11+ times

Sequence and Selection
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What am I? This is where instructions are done one after another.

Sequence
Selection
Iteration

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code would display 'Hello World'

Print("Hello World")

print("Hello World")

print(Hello World)

print=("hello world")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct?

if colour==blue

if colour=blue:

if colour=="blue":

if color=blue

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("Hello world!")

SyntaxError

Hello world!

"Hello world!"

print(Hello world!)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following functions display an output to the screen?

display()

output()

print()

post()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do?

name = input("what is your name")

says hello

asks for the users DOB

Asks for the users name and stores it in the variable called name

Checks information

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

"Dave"

name

(name)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?