IPC 144 - Week 2

IPC 144 - Week 2

University

8 Qs

quiz-placeholder

Similar activities

QUIZ COMPUTER

QUIZ COMPUTER

University

10 Qs

07 - Input/Output

07 - Input/Output

University

9 Qs

Computer Science test 1

Computer Science test 1

University

10 Qs

INTEGRATIVE PROGRAMMING QUIZ 2

INTEGRATIVE PROGRAMMING QUIZ 2

University

10 Qs

Assembly Language

Assembly Language

University

10 Qs

Chapter 6 - Input/Output

Chapter 6 - Input/Output

University

12 Qs

Unit 1: Fundamental

Unit 1: Fundamental

University

7 Qs

Arsitektur Komputer Pertemuan 9

Arsitektur Komputer Pertemuan 9

University

8 Qs

IPC 144 - Week 2

IPC 144 - Week 2

Assessment

Quiz

Computers

University

Medium

Created by

Michael Kolasa

Used 19+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The programming language we are learning in this course is...

C

C++

Java

Frogg

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"ROM" stands for:

Ready Offline Memory

Read-Only Memory

Rich Online Memory

Rogue Offset Memory

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"RAM" is

"Random Access Memory." Content stored here remains after the machine powers down

"Random Access Memory." Content stored here is lost when the machine powers down

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The application we will use for writing our C programs this semester is:

Visual Studio

Visual Studio Code

Microsoft's C Experience

Microsoft Excel

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

"Workshops" consist of... (select all that apply)

the "In Lab" portion

the "At Home" portion

the "Reflection" portion

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The C Compiler...

converts machine language to readable C language

converts source code into C language code

converts readable C language statements into machine language

encrypts C statements into unreadable text files

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"int main()" is...

the starting point of the program

the ending point of the program

the midpoint of the program

8.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The benefits of learning C as a first programming language are (select all that apply):

it is "readable"/"English like"

it is fast and powerful

Operating systems, including Windows, Linux and UNIX, are written in C/C++

There are many, many C-based programs that need to be maintained