Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

CSE 102 Final Exam Questions and Answers (Latest Update 2023) Verified Answers, Exams of Nursing

CSE 102 Final Exam Questions and Answers (Latest Update 2023) Verified Answers

Typology: Exams

2023/2024

Available from 10/22/2023

MacLarenn
MacLarenn 🇺🇸

4

(10)

1.1K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CSE 102 Final Exam Questions and Answers (Latest
Update 2023) Verified Answers
If an error is detectable in your program by an interpreter before it is even
executed it is probably a - correct answer Syntax Error
To find a ______ error, you have to run the program and compare the output
to the expected output - correct answer Semantics
Computers have ________ hard drive space than RAM capacity. Why? -
correct answer more; hard drive space is cheaper than RAM
If there is an else in a chained if/elif, only one of the selection bodies will
run. - correct answer True
RAM - correct answer Where the programs and data that a user has open
are temporarily stored while the computer is turned on and has power.
ROM - correct answer This part of the Computer contains the pre-
programmed computer instructions such as the Basic Input Output System
(BIOS).
Hard Disk - correct answer Where the users programs and data are stored
even after the computer is turned off and has no power.
SSD - correct answer Attached to the computer system to allow you to
store programs and data permanently for the purpose of retrieving them for
future use.
Anti-Virus and Backup tools are example of this. - correct answer Utility
Software
pf3
pf4

Partial preview of the text

Download CSE 102 Final Exam Questions and Answers (Latest Update 2023) Verified Answers and more Exams Nursing in PDF only on Docsity!

Update 2023) Verified Answers

If an error is detectable in your program by an interpreter before it is even executed it is probably a - correct answer ✅Syntax Error To find a ______ error, you have to run the program and compare the output to the expected output - correct answer ✅Semantics Computers have ________ hard drive space than RAM capacity. Why? - correct answer ✅more; hard drive space is cheaper than RAM If there is an else in a chained if/elif, only one of the selection bodies will run. - correct answer ✅True RAM - correct answer ✅Where the programs and data that a user has open are temporarily stored while the computer is turned on and has power. ROM - correct answer ✅This part of the Computer contains the pre- programmed computer instructions such as the Basic Input Output System (BIOS). Hard Disk - correct answer ✅Where the users programs and data are stored even after the computer is turned off and has no power. SSD - correct answer ✅Attached to the computer system to allow you to store programs and data permanently for the purpose of retrieving them for future use. Anti-Virus and Backup tools are example of this. - correct answer ✅Utility Software

Update 2023) Verified Answers

Allow the computer to manage its resources and provide an interface for the user. - correct answer ✅Operating Systems Primary Storage consists of ... , while Secondary Storage means .... - correct answer ✅RAM, ROM and Disks, SSD's, Flash Memory

.....

- **correct answer** ✅paragraph element
- **correct answer** ✅break element causes text to be displayed on a new line

.....

- **correct answer** ✅enclose a top-level heading (large and bold)
- **correct answer** ✅draws a horizontal diving line in the page
    ..
- **correct answer** ✅enclose an unordered list
    ...
- **correct answer** ✅enclose an ordered list
  • ...
  • - **correct answer** ✅list item The Internet a __________ network, meaning it has redundant connections providing alternate routes for messages and circumventing failed devices and connections. - **correct answer** ✅Distributed The Internet uses __________ to break messages into smaller pieces that are sent independently, making their transmission more efficient and reliable. - **correct answer** ✅Packet Switching

    Update 2023) Verified Answers

    What is the correct HTML for referring to an external style sheet? - correct answer What does CSS stand for? - correct answer ✅Cascading Style Sheets Which tag we use to make a list that lists the items with numbers? - correct answer ✅ol Where in an HTML document is the correct place to refer to an external style sheet? - correct answer ✅in the head section Inside which HTML element we can put the JavaScript? - correct answer