J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

quiz-placeholder

Similar activities

Revisão de Python

Revisão de Python

10th Grade - University

10 Qs

Python Quiz

Python Quiz

9th - 12th Grade

15 Qs

Representing and understanding algorithms

Representing and understanding algorithms

10th - 11th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th Grade

15 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

2.1.2 Flowcharts and algorithms

2.1.2 Flowcharts and algorithms

10th Grade

10 Qs

النشاط الختامي لدرس جملة الإدخال

النشاط الختامي لدرس جملة الإدخال

10th Grade

7 Qs

 Computing Revision JCG

Computing Revision JCG

KG - University

14 Qs

J277 Programming - Data Types

J277 Programming - Data Types

Assessment

Quiz

Computers

9th - 11th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Adam Lockwood

Used 205+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we get user input from the keyboard?

input = (What is your name?)

input = What is your name?

output = ("What is your name?")

input("What is your name? ")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is the most suited to store a telephone number in a variable?

string

integer

float

boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would you use for the quantity of stock in a shop?

integer

float

string

boolean

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Converts a number to a string
str()
int()
parseInt()
convert

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print command do?

Outputs a hard copy of a program to a printer

Outputs a message on screen

Print a hard copy of a flow chart to a printer

Prints out the the commands line by line on the screen

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

On which line do you see an error?

1

2

3

4

5

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?