Which act requires commercial websites that collect personal information from children under the age of 13 to obtain parental consent |
What is
Children’s Online Privacy Protection Act of 1988 (COPPA)? |
What is the decimal representation of the binary number 1100 |
What is 12?
How would a programming language that allows programs to run on any operating system be classified |
What is High Level?
Which statement best describes how World War II impacted computer development |
What is The need for accuracy of military calculations for the trajectory of artillery shells led government to develop a computer? |
Jamie is careful to use non-offensive language and to be considerate of the feelings of others when she sends email messages. What does this behavior exemplify |
What is Netiquette?
Which describes a program designed to reproduce itself by copying itself into other programs without the user’s knowledge |
What is
A virus? |
The need to perform what tasks led to the development of the first mechanical devices |
What is
Mathematical computations? |
To determine the level of the computer language, compare the language used to the: |
abstractions the language contains from machine code of 0s and 1s? |
The Stepped Reckoner was never mass-produced because: |
What is it frequently jammed or malfunctioned, causing data reliability issues? |
How would a programming language composed of hexadecimal numbers that will only run on an IBM computer be classified |
What is Low level? |
Which statement best explains the conversion of the binary number 1010 to a decimal number |
Moving from left to right, the first 1 is 23;the first 0 is 22;the second 1 is 21 and second 0 is 20 therefore the binary number is equal to the decimal number 10 because 23 = 8 and 21 = 2 and 8 plus 2 equals 10? |
What is the binary representation of the decimal 42 |
What is
101010? |
What are advantages of the Visual Basic language |
What is Simple, general-purpose, object-oriented? |
Which act gives law enforcement the ability to monitor individual’s email and web activity |
What is Provide Appropriate Tools Required to Intercept and Obstruct Terrorism (PATRIOT) Act of 2001? |
What is the decimal representation of the binary number 10001 |
What is 17?
The information posted on the Social Security Administration website for public view and access is in compliance with which legislation |
What is
Electronic Freedom of Information Act of 1996? |
The best way to compare a binary number to a hexadecimal number is to convert: |
What is the binary number to a hexadecimal number and compare that to the hexadecimal number? |
The use of a hexadecimal numbering system in computers allows the computer to |
What is use less disk space in storing data? |
Which law requires that a government authority have a subpoena, summons, or search warrant to access an individual’s financial records |
What is Right to Financial Privacy Acts of 1978? |
Which act requires federal agencies to develop, document, and implement an agency-wide program to provide information security |
What is Federal Information Security Management Act of 2002? |
What is the primary numbers system used in computers |
What is Binary?
When comparing third and fourth generation computers, which statement best summarizes the comparison |
The inventions of integrated circuits in third generation computers led to the development of microprocessors in the fourth generation computers? |
A computer program that stores the names of 5,000 customers for a business would most likely be written in what language |
What is SQL?
Which act gives individuals the right to see information maintained about them |
What is Consumer Credit Reporting Reform Act of 1996? |
How does Visual Basic differ from BASIC |
What is Visual Basic is an object-oriented language and BASIC is not? |