Quiz programming language

Quiz programming language

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basic Unit 1

Python Basic Unit 1

7th - 8th Grade

14 Qs

Programming - What Do I Know?

Programming - What Do I Know?

7th - 9th Grade

15 Qs

Python Module

Python Module

7th Grade

14 Qs

AstepI Quiz 2

AstepI Quiz 2

4th - 8th Grade

10 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

QBASIC

QBASIC

7th Grade

10 Qs

Python

Python

7th Grade

10 Qs

Coding Terms Quiz

Coding Terms Quiz

7th Grade

15 Qs

Quiz programming language

Quiz programming language

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Estela Salcido

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This code mark error when ran in Python. What is the correct form to write it?

Variabe=25

print(variable)

Variable="25"

print(variable)

Variable="25"

print=(variable)

variable=25

print(variable)

variable="25"

print=(variable)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This code mark error when ran in Python. What is the correct form to write it?

subject=Mathematics

message="Maths are easy"

print(subject, message)

subject="Mathematics"

message="Maths are easy"

print(subject, message)

subject=Mathematics

message="Maths are easy"

print(subject and message)

subject=Mathematics

message="Maths are easy"

print(subject, "message")

subject=Mathematics

message=Maths are easy

print(subject, message)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does this shape represent in flowchart?
Input/Output
Process
Decision
Start/Stop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements best describes the term 'programming'?

A set of instructions

A group of words

Building blocks

Entertainment on the TV

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

exercise="sit ups"

exercise="burpees"

print(exercise)

sit ups

burpees

exercise

burpees

Syntax error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

color="red"

taste="strawberry"

color=taste

print(color)

taste

color

red

strawberry

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

clothing="winter season"

winter season="coat"

print(winter season)

winter season

cloathing

coat

Syntax error

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?