Quiz programming language

Quiz programming language

7th Grade

10 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 7th Grade

15 Qs

C++ While Loops

C++ While Loops

6th - 8th Grade

15 Qs

Lord Bill's Year 7 Python Quiz

Lord Bill's Year 7 Python Quiz

6th - 8th Grade

13 Qs

SoloLearn Intro to Python Course

SoloLearn Intro to Python Course

6th - 8th Grade

15 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python - Data Types and Operators

Python - Data Types and Operators

7th Grade

12 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?