Unit 2 quiz - Tech Eng II (décima)

Unit 2 quiz - Tech Eng II (décima)

University

6 Qs

quiz-placeholder

Similar activities

El sufijo -ing y sus funciones en la oración

El sufijo -ing y sus funciones en la oración

University

10 Qs

Understanding Software Features

Understanding Software Features

University

10 Qs

Computer Games Design & Development Quiz

Computer Games Design & Development Quiz

4th Grade - University

10 Qs

Web design

Web design

12th Grade - Professional Development

9 Qs

Prepositions

Prepositions

University

10 Qs

Adjectives: comparative and superlative

Adjectives: comparative and superlative

University

10 Qs

English test

English test

University

11 Qs

Test Your Knowledge, GEI-2 V U-2

Test Your Knowledge, GEI-2 V U-2

University

10 Qs

Unit 2 quiz - Tech Eng II (décima)

Unit 2 quiz - Tech Eng II (décima)

Assessment

Quiz

English

University

Medium

Created by

Alfonso Caba

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

API stands for:

Applications Programs & Interfaces

Applied Programming Interlink

Application Programming Interface

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users interact with the Operating System through ....

User interface

Camera

Power Supply

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"text-based interface usually used by advaced users or administrators"

Graphical User Interface

Command line interface

Keyboard

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is "off-the-shelf software"?

Customized software for a specific user(s)

Mass produced software

Software that ran away from the shelf

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of this symbol?

==

equals

double equals

is equal to

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does this line of code on python say?:

int a = 10;

int b = 5;

if (a > b) {

printf

If interger a is greater than b, display....

if interger a is equal or greater than b, display.....

If interger 10 is equal to 5, display.....