CSC TEST 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

In order to be classified as a "computer," a device must have a keyboard and display screen:

false

2
New cards

The three components that make up the von Neumann architecture are the CPU, memory and input/output devices:

true

3
New cards

A byte, which consists of 8 bits, can represent 256 (28) different values. How many different values can two bytes (16 bits) represent:

65,536

4
New cards

Which of the following kinds of memory is volatile (i.e., requires a constant power supply to maintain its contents):

RAM

5
New cards

Which of the following is NOT a task carried out by an operating system:

control the circuitry of the CPU in order to execute program instructions

6
New cards

The World Wide Web was developed in the early 1970s, shortly after the development of the internet

false

7
New cards

In most Web browsers, cookies are used to save local copies of downloaded pages and files in order to save time when they are accessed again:

false

8
New cards

The protocol that defines how Web browsers and server communicate with each other is the HyperText Transfer Protocol (HTTP):

true

9
New cards

Which of the following best describes the role of a Web crawler, or spider:

they traverse the Web, cataloging Web pages for use by Web searches engines

10
New cards

A multi-core processor is able to execute multiple instructions simultaneously, and thus can complete many tasks faster than a single core processor

true

11
New cards

since a byte consists of 8 bits , it can be used to store 2^8=256 different values

true

12
New cards

A hard drive is classified as volatile memory because i requires a constant power supply to retain its information

false

13
New cards

world wide web was invented by:

tim berneners lee

14
New cards

world wide web was invented in the year

1989

15
New cards

there are more devices connected to the internet than people

true

16
New cards

Examples of early computers

MARK I and ENIAC

17
New cards

early computers were not comparable to the ones we use today

true

18
New cards

what is the most popular web browser:

google

19
New cards

transistors were cheaper than vacuum tubes

true

20
New cards

transistors typically burned out more frequently than the switching technology they replace

true

21
New cards

<hr>

horizontal line

22
New cards

<p> and </p>

paragraph

23
New cards

starting line

<!doctype html>

24
New cards

<!— this page does x y and z —>

this is a description in line 2 that wont appear on the page

25
New cards

How do u align a text

style= “text-align:right”

so it should be style= text- whatever you want for example align or indent then colon: right or left or 10px

26
New cards

how do you code to change the size of something

height=150 or whatever

27
New cards

ordered list code

<ol> and </ol>

28
New cards

regular list code

<li> and </li>

29
New cards

code to add a link

<a href="https://www.yourhomepage.com">Visit our homepage</a>

30
New cards

code to do an image

<img> and <img> (no backslash)

31
New cards

on mouse over and out

onmouseover= “blahblah”

onmouseout= “blahblah”

32
New cards

Ada Lovelace is generally acknowledged as the world’s first programmer, because of her work on Babbage’s Analytical Engine.

true

33
New cards

Because transistors were smaller and produced less heat than vacuum tubes, they allowed for the design of smaller and faster computers

true

34
New cards

The history of computers can be divided into generations based on advances in technology.  Which of the following sequences correctly lists the technologies that defined generations 0 through 3 in chronological order?

electromagnetic relays --> vacuum tubes --> transistors --> integrated circuits

35
New cards

In a centralized computer network, the failure of a single machine or connection can isolate large portions of the network.

true

36
New cards

packets do not follow the same preset path from source to computer

true

37
New cards

Which of the following  best describes the role of a domain name server. 

It stores and distributes the IP addresses corresponding to domain names (e.g., www.creighton.edu).