
CSP Unit 3 Intro to Programming

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
John Hardy
Used 26+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Programming languages have some similarities and differences to the "natural" language you use in everyday speech. Select the two true statements about programming languages:
Ambiguities in natural language necessitate the creation of programming languages for controlling a computer
Compared to the number of words in a natural language, the number of defined words in a programming language is very small.
The number of defined words in a programming language is about the same as the number of words in a natural language.
There are typically many possible ways to interpret an instruction written in a programming language.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The next two questions use a robot in a grid of squares. The robot is represented as a triangle, which is initially facing up, towards the top of the grid. The robot is moved according to the following instructions.
Which of the following images shows the path and ending location of the robot that will result from executing the code above. The starting location of the robot is shown as dotted triangle for cases where the robot does not start and end at the same location.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Consider the following incorrect program, which is intended to move the robot around the perimeter of a grid, as indicated by the drawing below. The starting position and direction of the robot is indicated in the diagram.
Given the options below, which lines should be removed so the program will work as intended?
Line 3 and Line 4
Lines 5, 6, 7, 8 and 9
Line 8 and Line 9
Line 9
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is NOT true about functions in programming?
Functions are reusable programming abstractions.
Functions help reduce the complexity of writing and maintaining programs.
Functions cannot make calls to other functions within the same program.
Functions help break a problem into logical chunks.
Once defined, a function can be called many times from different parts of a program.
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is one important naming convention of functions?
A function name should indicate how long the function takes to run.
Two functions with similar behavior should be given identical names to indicate the relationship between them.
A function name should be as descriptive as possible to indicate what the function does.
Function names should be organized alphabetically.
The function name should begin with a number that indicates the order in which it should be executed.
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which one of the following statements about functions is TRUE
A function can change names over the course of a program.
Code can be added or removed dynamically from a function while the program is running.
Functions can be called using different names depending on where in the program they are called.
Two functions can be given identical names as long as their code is identical.
Two functions in a single program can have different names but contain identical code.
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following will call the function drawStar?
drawStar;
drawStar();
function drawStar(){
for (var i = 0; i <5; i++)
moveForward(100);
turnLeft(36);
}
}
function drawStar;
function drawStar();
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Code.org Unit 5 Vocab Quiz 1

Quiz
•
9th - 12th Grade
15 questions
Computer

Quiz
•
10th Grade
20 questions
Unit 3: Intro to Programming

Quiz
•
9th - 12th Grade
10 questions
Gr10 DigiPro Sprint 1.1

Quiz
•
10th Grade
20 questions
G10 CS Programming Constructs/Concepts

Quiz
•
10th Grade
20 questions
Software

Quiz
•
10th - 11th Grade
15 questions
INTRODUCTION TO OOP TECHNIQUE

Quiz
•
11th - 12th Grade
18 questions
Python basics

Quiz
•
7th - 10th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade