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
Exam (elaborations)

CPSC Final Exam Questions With Complete Solutions…

Rating
-
Sold
-
Pages
8
Grade
A+
Uploaded on
07-03-2024
Written in
2023/2024

CPSC Final Exam Questions With Complete Solutions… The oldest form of information technology is A recording A precise, systematic method for producing a specified result is a algorithm Which metaphor features file cabinets and wastebaskets as typical components Desktop metaphor The mouse was invented by Douglas Engelbart and others at Stanford Research Institute A WANis to TCP/IP as LAN is to Ethernet Which of the following represents the correct order, from largest to smallest Internet, WWW, LAN The vary last part of a URL is the pathname Which of the following lines is properly nested? pibHappy New Year!/b/i/p (T/F) Most information available at the library is also available online False (T/F) It is not advisable to perform a site search to find information False (T/F) No one organizes the information posted on the Web True (T/F) The query processor looks up tokens or search terms in the index true (T/F) When a basic query with multiple words is performed, the pages returned by the query contains one or more of the search words True A weakness of Wikipedia is that the content is not validated by experts Identify a method used to find authoritative information Choose information from respected organizations In a search engine, the index is built by the Crawler The order in which "hits" are returned to a page is determined by Page Rank How many digits are in the hexadecimal system 16 The term that represents one billion bytes is Gigabyte (GB) The binary number 101 represents the decimal number 5 Which search technique will help avoid over constraining Begin with inclusive search and add one word at a time (T/F) Higher bandwidth usually means higher latency False (T/F) Each pixel on a computer display is formed from three colored lights: red, yellow, and blue False (T/F) RGB, the name for a color encoding method, is an acronym for red, green, blue True (T/F) All colors with equal intensities of the RGB subpixels are always some shade of grey True (T/F) Digitizing a sound wave requires that the analog wave be converted to bits True Haptic Devices are input/output technology for interacting with our sense of tough and feel The decimal number is 174 is equivalent to the binary number Which statement is incorrect? OCR systems can easily interpret words created by reCaptcha Using a scanned black and white photo, suppose the subpixels of one pixel had values of 195. If the image's pixels should all be nearer intense white keeping their relative relationships, the subpixels of the given pixel could be changed to values of: 212, 212, 212 (T/F) Rerunning a program with the same data produces exactly the same result every time True (T/F) The Fetch/Execute Cycle consists of 4 steps False (T/F) The ADD instruction adds the values, not the address numbers of the memory location True (T/F) A passage is the path in a semiconductor where electricity travels False How many instructions do computers know? a few In the Fetch/Execute Cycle, the action of retrieving the instruction's operands from memory occurs during the Instruction Fetch (IF) step The peripheral used by the computer for both input and output is the keyboard In the Fetch/Execute Cycle, the action of retrieving a machine instruction from the memory address given by the program counter occurs during the Data Fetch (DF) step In the Fetch/Execute Cycle, the action of determining which operation is to be performed and computing the addresses of he operands occurs during the Instruction Decode (ID) Step In the Fetch/Execute Cycle, the action of performing a machine instruction occurs during the Instruction Execute (EX) Step The speed of a computer is dependent on the number of cycles of what All of the above Perfect reproduction is a property of digital information (T/F) a heuristic process is an example of an algorithm false (T/F) To be effective, an algorithm needs outside help and further input true (T/F) Programs containing loops can be verified exhaustively, that is, by trying all cases False (T/F) Anyone who creates an algorithm needs to know why it works true A computer algorithm must have all of the above which of the following is a good example of effectiveness add 1 to the total number of students registered algorithms should use resources efficiently instruction sequences that repeat are called loops (T/F) when communicating via email, it is important to remember that you aren't there in person, so you should explain yourself more completely true (T/F) one message covering multiple topics is better than multiple messages, each with a single topic false (T/F) Email backlogs should be answered in the order they were received false (T/F) a well-conceived password should be easy to remember and difficult to break true (T/F) the word netiquette only applies to etiquette for email false when software is "acting strange," you should: save your work with a new file name, exit, and restart All of the following are difficult to convey in an email message except ambiguity the textbook author advocates using three different passwords which of the following is not an example of croudsourcing Google

Show more Read less
Institution
Course

Content preview

CPSC Final Exam Questions With Complete Solutions…
The oldest form of information technology is
A recording
A precise, systematic method for producing a specified result is a
algorithm
Which metaphor features file cabinets and wastebaskets as typical components
Desktop metaphor
The mouse was invented by
Douglas Engelbart and others at Stanford Research Institute
A WANis to TCP/IP as LAN is to
Ethernet
Which of the following represents the correct order, from largest to smallest
Internet, WWW, LAN
The vary last part of a URL is the
pathname
Which of the following lines is properly nested?
<p><i><b>Happy New Year!</b></i></p>
(T/F) Most information available at the library is also available online
False
(T/F) It is not advisable to perform a site search to find information
False
(T/F) No one organizes the information posted on the Web
True
(T/F) The query processor looks up tokens or search terms in the index
true
(T/F) When a basic query with multiple words is performed, the pages returned by
the query contains one or more of the search words
True
A weakness of Wikipedia is that
the content is not validated by experts
Identify a method used to find authoritative information
Choose information from respected organizations
In a search engine, the index is built by the
Crawler
The order in which "hits" are returned to a page is determined by
Page Rank
How many digits are in the hexadecimal system
16
The term that represents one billion bytes is
Gigabyte (GB)
The binary number 101 represents the decimal number
5
Which search technique will help avoid over constraining
Begin with inclusive search and add one word at a time

, (T/F) Higher bandwidth usually means higher latency
False
(T/F) Each pixel on a computer display is formed from three colored lights: red,
yellow, and blue
False
(T/F) RGB, the name for a color encoding method, is an acronym for red, green,
blue
True
(T/F) All colors with equal intensities of the RGB subpixels are always some
shade of grey
True
(T/F) Digitizing a sound wave requires that the analog wave be converted to bits
True
Haptic Devices
are input/output technology for interacting with our sense of tough and feel
The decimal number is 174 is equivalent to the binary number
1010 1110
Which statement is incorrect?
OCR systems can easily interpret words created by reCaptcha
Using a scanned black and white photo, suppose the subpixels of one pixel had
values of 195. If the image's pixels should all be nearer intense white keeping
their relative relationships, the subpixels of the given pixel could be changed to
values of:
212, 212, 212
(T/F) Rerunning a program with the same data produces exactly the same result
every time
True
(T/F) The Fetch/Execute Cycle consists of 4 steps
False
(T/F) The ADD instruction adds the values, not the address numbers of the
memory location
True
(T/F) A passage is the path in a semiconductor where electricity travels
False
How many instructions do computers know?
a few
In the Fetch/Execute Cycle, the action of retrieving the instruction's operands
from memory occurs during the
Instruction Fetch (IF) step
The peripheral used by the computer for both input and output is the
keyboard
In the Fetch/Execute Cycle, the action of retrieving a machine instruction from the
memory address given by the program counter occurs during the
Data Fetch (DF) step
In the Fetch/Execute Cycle, the action of determining which operation is to be
performed and computing the addresses of he operands occurs during the

Written for

Course

Document information

Uploaded on
March 7, 2024
Number of pages
8
Written in
2023/2024
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$11.99
Get access to the full document:

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

Get to know the seller

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.
QUICKEXAMINER Walden University
Follow You need to be logged in order to follow users or courses
Sold
92
Member since
2 year
Number of followers
44
Documents
5420
Last sold
5 days ago
QUICK EXAMINER

Looking for high-quality study materials to help you excel? You’re in the right place! I provide well-structured notes, summaries, essays, and research papers across various subjects, all designed to make studying easier and more efficient. Why Choose My Materials? ✔ Comprehensive and well-organized content ✔ Easy-to-understand explanations ✔ Time-saving summaries for exams and research ✔ Carefully curated to ensure accuracy and clarity Each document is crafted to provide valuable insights, helping you grasp concepts quickly and effectively. Whether you're preparing for exams, writing an assignment, or just need clear and concise notes, my resources will support your academic journey. Browse my collection and take your studies to the next level

Read more Read less
3.6

15 reviews

5
5
4
5
3
2
2
0
1
3

Recently viewed by you

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