IPC 144 - Week 2

IPC 144 - Week 2

University

8 Qs

quiz-placeholder

Similar activities

Recap - Programming Languages

Recap - Programming Languages

University

10 Qs

ICF (Theory) Electrical First Quiz

ICF (Theory) Electrical First Quiz

University

10 Qs

Day1 Quiz

Day1 Quiz

University

10 Qs

PreQuiz_CSA

PreQuiz_CSA

University

10 Qs

ARCHITECTURE AND ORGANIZATION BSCS3A MORNING LABORATORY

ARCHITECTURE AND ORGANIZATION BSCS3A MORNING LABORATORY

University

13 Qs

TECHFESTQuiz2k22

TECHFESTQuiz2k22

University

10 Qs

My first quiz

My first quiz

University

8 Qs

Parallel Computers

Parallel Computers

University

10 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