Launchpad programming - day 7 morning (JS)

Launchpad programming - day 7 morning (JS)

University

10 Qs

quiz-placeholder

Similar activities

QUIZ 2

QUIZ 2

University

10 Qs

ITC121-Quiz03

ITC121-Quiz03

University

15 Qs

Visual Basic

Visual Basic

University

15 Qs

oop_r3

oop_r3

University

12 Qs

Python - Introduction

Python - Introduction

University

13 Qs

METE280 Quiz#2

METE280 Quiz#2

University

15 Qs

CSC305: TOPIC 7

CSC305: TOPIC 7

University

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

11 Qs

Launchpad programming - day 7 morning (JS)

Launchpad programming - day 7 morning (JS)

Assessment

Quiz

Computers

University

Medium

Created by

Steve Rich

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is a library in programming?

A set of functions, routines, or classes that can be reused in software development to perform common tasks or operations.

A place where programmers borrow code
A type of software that allows you to write code

A collection of books and reading materials used for studying programming languages.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What's the name of the File IO library in NodeJS?

fs
fileIO
nodeFile
fileSys

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is CSV short for?

Comma Separated Values
Comma Single Values
Comma Split Values
Comma Sorted Values

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is UTF-8?

A programming language used for web development.

A system for compressing and decompressing data files.

A widely used character encoding standard that represents characters from many languages and includes ASCII as a subset.

A type of software

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

When we use readFileSync, the data is read in from a file and stored in which data type?

String
Number
Boolean
Array

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the value of c when the code has executed?

5

10

20

40

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is output?

Each character from the string one by one

T

h

e

The whole string 42 times

Every even character from the string, one per line.

T

e

q

Every odd character from the string, one per line.

h

u

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?