Fundamentals of Programming

Fundamentals of Programming

11th Grade

30 Qs

quiz-placeholder

Similar activities

CSE MID-TERM

CSE MID-TERM

9th - 12th Grade

27 Qs

Midterm Vocabulary Review

Midterm Vocabulary Review

9th - 12th Grade

26 Qs

Javascript

Javascript

10th - 12th Grade

26 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

Intro to Microbit

Intro to Microbit

9th - 12th Grade

27 Qs

AP Computer Science Principles (Final Exam part 2)

AP Computer Science Principles (Final Exam part 2)

9th - 12th Grade

30 Qs

CSP Unit 1-6 Quiz

CSP Unit 1-6 Quiz

9th - 12th Grade

25 Qs

Fundamentals of Programming

Fundamentals of Programming

Assessment

Quiz

Computers

11th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Rachel Lynch

Used 33+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is a valid keyword for output?

PRINT

SHOW

DISPLAY

INPUT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is not a valid data type?

Real

String

Character

Fraction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Quotation marks around a variable’s identifier imply

It is an integer

It is a string

It is a Boolean

It is a real

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This variable type can only have True or False values

Boolean

Integer

String

Character

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When programming, the concept of taking things step by step and breaking up your grand vision into smaller parts is referred to as...
An Algorithm
A Parameter
Incremental Development
Boolean

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A programmer creates a game where every time a ball hits the wall, the ball bounces back to the character who kicked it.  This happens repeatedly throughout the game.  This repeated occurence is an example of a...
loop
boolean
conditional
algorithm

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

There are multiple commands in the code that causes Ms. Pacman to shrivel up. However, I don't want to write the full set of commands every time Ms. Pacman touches a ghost because that takes too much time and requires too much code.  What can I use in order to minimize the amount of code used to execute the set of commands?
A parameter
A function
An argument
A boolean

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?