CTE Gaming #3 (37-51)

CTE Gaming #3 (37-51)

6th - 8th Grade

14 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 Qs

Basic Programming Concepts

Basic Programming Concepts

7th - 8th Grade

15 Qs

Algorithm and Flowchart

Algorithm and Flowchart

6th Grade

11 Qs

Hour of Code ESL

Hour of Code ESL

6th - 8th Grade

14 Qs

Computational Thinking Quiz

Computational Thinking Quiz

7th Grade

10 Qs

Introduction to programming

Introduction to programming

5th - 10th Grade

10 Qs

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

Computer Science

Computer Science

7th - 12th Grade

12 Qs

CTE Gaming #3 (37-51)

CTE Gaming #3 (37-51)

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Joseph Miller

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The marvelous attribute about the gaming industry is that you can create a game in several different programming languages to make it more appealing to novice and advanced-level coders. Yet, the unique distinction is that every single programming language has its own ____________?

structure

commands

syntax

language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Question :

Patricia completed the animation for her game character and is looking to program an efficient algorithm for the character's movement and interaction with another element. Consider the code below:

------------------------------------------------------------------------

Repeat move forward 5 steps

If not touching Sprite 2, then

Move 5 steps

Else, say "You Loose" for 3 seconds

------------------------------------------------------------------------


Which programming structure is displayed in Patricia's game?

Iteration and selection

Iteration and sequential

Selection only

Sequential and selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Alexandra wants to create a math game in which users have to correctly answer mathematical problems. She wants the game to solve a randomly created problem and then indicate if the player's answers are correct or incorrect. How is Alexandra getting the program to solve mathematical problems?

She seeks the assistance of a programmer to help her code the program.

She is writing an algorithm for computers to follow a series of step-by-step instructions to solve equations.

She is writing the correct syntax computers need to follow to execute a solution.

She is writing pseudocode so computer can solve problems.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Allison has been asked to create an algorithm that can be used to calculate the area of a rectangle. Review the following algorithm:

-------------------------------------------------------------------------

Step 1: Measure the length of the rectangle and store result as length.

Step 2: Measure the width of the rectangle and store result as width.

Step 3:

Step 4: Display area of the rectangle.

-------------------------------------------------------------------------


Which task would Allison's algorithm need to perform in Step 3?

Multiply length by width.

Subtract length from width.

Divide length by width.

Add length and width.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to write a successful algorithm, you must first be able to:

use logic to plan a solution.

solve the problem manually.

code a sequential structure.

create a plan to execute a solution.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which two types of programming structures are included in this example?

Sequential and object-oriented

Sequential and looping

Looping and selection

Object-oriented and looping

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an example of which type of programming structure?

Selection

Looping

Iteration

Object

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?