Quiz programming language

Quiz
•
Computers
•
7th Grade
•
Hard
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
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
Similar Resources on Wayground
8 questions
Roblox Lua Scripting Quiz

Quiz
•
1st - 12th Grade
14 questions
Fortnite

Quiz
•
7th Grade
15 questions
Hangman Game - Programming Questions

Quiz
•
7th - 11th Grade
8 questions
T3 Y7 Grasshopper App

Quiz
•
7th - 9th Grade
11 questions
Python Variables

Quiz
•
6th - 8th Grade
12 questions
Python Quiz 8.3

Quiz
•
6th - 8th Grade
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
11 questions
Grade 7 technopython quiz1

Quiz
•
7th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade