Search Header Logo

Programming Terms

Authored by Jack Jervis

Computers

5th - 11th Grade

Used 41+ times

Programming Terms
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which two statements best describe the term 'variable'

A value that always stays the same

A named location in memory that can hold one value at a time

A stored value that can be changed.

Checking if sensible data has been input by the user

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is string concatenation?

Joining strings together using the '+' character

Repeating sections of code

Using decisions to structure your program

Changing between data types (e.g. convert an int to a str)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an integer?

A data type for characters and text

A data type for whole numbers

A data type for True or False

A data type for decimal numbers

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Casting is the process of changing ____ _____

(a)  

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of this program:


number = "5"

print (number + number)

10

25

error

55

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output from this program?


name = "Robert"

if len(name) == 7:

print "Wahoo"

else:

print "Okie Dokie"

Wahoo

Okie Dokie

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which 2 of these are examples of arithmetic operators

/

*

==

!=

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?