


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
CSE 102 Final Exam Questions and Answers (Latest Update 2023) Verified Answers
Typology: Exams
1 / 4
This page cannot be seen from the preview
Don't miss anything!
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
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 elementWhat 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 ✅