Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

COMP 110 Quiz || with 100% Correct Answers.

Document preview thumbnail
Preview 2 out of 5 pages

COMP 110 Quiz || with 100% Correct Answers.

Content preview

COMP 110 Quiz || with 100% Correct Answers.
Memory correct answers addressable storage space for data; billions of tiny cells to store
numbers and letters; complex data-like words, sentences, and pictures are stored here by treating
many cells grouped together as a single data structure


Processor correct answers follows instructions like computations and memory storage and
retrieval; far fewer and much simpler kinds of instructions (fundamentally limited)


Program correct answers a sequence of simple instructions the processor follows one-by-one; it
loads, computes changes to, and stores data in the memory


Assembly Code correct answers a low-level language that uses mnemonics to represent machine
code instructions


Programming Language correct answers enables you to write programs in a more humane way
than assembly code; designed to be human-readable


Interactive REPL correct answers read, evaluate, print, loop; good for learning and tinkering, but
restarts the program every time you refresh your browser


Stored Programs correct answers a text file of lines of code that is not immediately evaluated, but
is executed later as if you quickly typed out each line of code one-by-one. when you restart your
program, all of your saved code is re-evaluate from scratch


Primitive Data Type correct answers the most basic types built into a language; in TS, there are
three


Number correct answers numerical type; used as either integers or decimals


Exponentiation Operator correct answers **

, Multiplication Operator correct answers *


Division Operator correct answers /


Remainder Operator correct answers %


Addition Operator correct answers +


Subtraction Operator correct answers -


String correct answers textual type; found in quotation marks; useful for all textual data


Concatenation correct answers "adding" two strings together into one single string; can be used
with numerical types, too; +


Boolean correct answers logical type; can only ever be true or false


Variables correct answers allow your programs to store, load, and change values in the memory.
each of these has a name and holds a value of a specific data type


let <name> : <type>; correct answers variable declaration syntax


<name> = <value>; correct answers variable assignment syntax


Initialization correct answers the first time you assign a value to a variable


let <name> = <value>; correct answers combined variable declaration and initialization syntax

Document information

Uploaded on
April 6, 2026
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$10.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
SirAnton
3.7
(117)
Sold
788
Followers
438
Items
39623
Last sold
1 week ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions