Class 7 Computer Exam Questions
Class 7 Computer Exam Questions
A computer virus is a malicious program designed to replicate and execute, often disrupting system functionality. Antivirus software, however, is designed to detect and eliminate viruses, protecting the computer from harmful attacks .
A higher screen resolution, like 1366 x 768, offers better image quality because it has more pixels, which results in finer detail and clearer pictures. More pixels per inch provide sharper and more detailed displays compared to lower resolutions .
Spyware is software that collects information about users without their knowledge, focusing on data tracking and gathering personal information. Unlike worms, which replicate themselves to spread across networks, and macro viruses, which attack specific applications by exploiting macros, spyware is primarily concerned with surveillance and data collection .
The decimal number system is base-10, using digits 0 to 9. In contrast, the hexadecimal number system is base-16, using digits 0 to 9 and letters A to F to represent values ten to fifteen .
A blog is a regularly updated website or web page, typically run by an individual or small group, that is written in an informal or conversational style. Blogging refers to the act of writing and publishing content on a blog, often involving interaction with readers through comments and feedback .
A webpage is a single document on the Internet with unique content, whereas a website is a collection of related web pages stored under a single domain .
The AND operation in logical computing requires both operands to be true to yield true, representing a strict condition that both conditions must be met. The OR operation allows for flexibility, returning true if at least one operand is true, thus representing a condition where meeting either condition is sufficient .
Hardware refers to the physical components of a computer system, such as the processor, memory devices, and peripherals. Software, on the other hand, consists of the programs and applications that run on the hardware and perform specific tasks .
The 'Filter' button is used to selectively display data within a dataset by applying certain criteria; it is typically found in the 'Data' group on spreadsheet software .
Looping statements, such as 'for' and 'while' loops, are used to execute a block of code repeatedly until a specific condition is met. In contrast, conditional statements, like 'if' and 'switch', execute code based on whether certain criteria or conditions are true or false .