IST, Final Exam

IST, Final Exam

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is Digital Device Convergence?

Back

Multiple devices are combined into one device.

2.

FLASHCARD QUESTION

Front

Artificial Intelligence is

Back

the ability to do tasks associated with intelligent beings.

3.

FLASHCARD QUESTION

Front

Which of the following is the correct function to make Karel do a spin? Options: function spin(){ turnAround(); turnAround(); turnAround(); } , Functions Spin(){ Turnright() Turnright() Turnright() Turnright() } , function spin(){ turnLeft(); turnLeft(); turnLeft(); turnLeft(); } , Function Spin(){ turnLeft(); turnLeft(); turnRight(); turnRight(); }

Back

function spin(){
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}

4.

FLASHCARD QUESTION

Front

Which of the following best describes what will happen when the following code is run?
putBall();
putBall();
putBall();
move();
turnLeft();

Back

Karel will put three balls, move, then point North.

5.

FLASHCARD QUESTION

Front

Identify the type of file and the software used to open it by the extension: *.exe

Back

Executable file

6.

FLASHCARD QUESTION

Front

Which block contains the code for when a Sprite touches another Sprite? Options: Sensing, Looks, Controls, Motion

Back

Sensing

7.

FLASHCARD QUESTION

Front

What needs to happen to the clone in order for it to say, "GAME OVER!"? Options: When the clone is created, When the clone touches the edge, When the clone touches the Rocketship, When the clone is touching another sprite.

Back

When the clone touches the Rocketship

8.

FLASHCARD QUESTION

Front

Which of the following is the language used by computers to communicate commands to the parts? Computer Science, Binary, Karel, Hexadecimal

Back

Binary

9.

FLASHCARD QUESTION

Front

Which of the following is an IP Address? 10.0.0.300, 30680, 706.549.7193, 192.168.1.1

Back

192.168.1.1