IPC 144 - Week 2

IPC 144 - Week 2

University

8 Qs

quiz-placeholder

Similar activities

Day1 Quiz

Day1 Quiz

University

10 Qs

Ch1 CPIT110

Ch1 CPIT110

University

10 Qs

Introduction to Programming Quiz

Introduction to Programming Quiz

University

10 Qs

Introduction To Programming

Introduction To Programming

University

10 Qs

CIS 1103 Week_4 ClO1 (Part 1)

CIS 1103 Week_4 ClO1 (Part 1)

University

7 Qs

Identify I/O Module

Identify I/O Module

University

10 Qs

Practice Quiz 1 - CS110

Practice Quiz 1 - CS110

University

13 Qs

ISAC Weekly Quiz 6 (Fundamentals of C programming)

ISAC Weekly Quiz 6 (Fundamentals of C programming)

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