subject

Will give brainiest and stuff to right answer[s].
1: explain the use of logic gates.
2: refers to logic in programming and errors in program code.
3: what type of software resides on a computer’s hard drive, and controls the cpu and all other activity between components?
computer application
network operating system
operating system
system
4: why are high-level languages easier for humans to understand?
they are written with symbolic codes that humans understand.
they are written with numerical codes that humans find easy.
they are written with human-friendly words that humans understand.
they are written with coding that humans understand.
5: which component receives data and loads it into memory for use?
alu
au
cpu
cu
6: explain why a cpu’s speed is affected by the number of buses.
7: what's the keyword for a field that stores a true/false value?
boolean
class
interface
char
8: a program is a high-level one that has been converted to machine language.
9: how is windows 8 different from an internet browser such as firefox?
windows 8 is system software; firefox is application software.
windows 8 is application software; firefox is system software.
windows 8 is a compiler; firefox is an application software.
windows 8 is application software; firefox is a compiler.
10: which computer programming language would be most easy to understand if you have never seen it before? choose the best answer.
assembly language
javascript language
ada language
machine language
11: which part of the cpu provides access to the external cache unit and other cpus on the motherboard?
sockets
l1 cache
power unit
southbridge
12: explain how the cpu processes data instructions.
13: select the processes that to create a program. (pick multiple)
binary
begin with an idea
alu
translate the pseudocode into java programming code
hard drive
modulus
compile the java code control unit
hexadecimal
execute the program
14: what is a user-friendly software program that displays information to the user, accepts input from the user, and provides output for the user?
modulus
human-computer interface
binary
machine language
15: what is a group of printable characters enclosed within double quotation marks called?
assembly language
object
code block
string literal
16: which component comprises the central processing unit?
cisc
risc
alu
control unit
17: what typically handles communications among the cpu, in some cases ram, pci express (or agp) video cards, and the southbrige?
data bus
control unit
power unit
northbridge
18: explain why clock speed is used to measure a computer’s speed in calculation and processing data.
19: choose the following components that are controlled by the motherboard. (pick multiple)
cpu cooling fan
power supply
ram
motherboard
ada
internal speaker
20: select the uses of an ipo chart. (pick multiple)
lists the inputs that you have
compiler
boolean logic
the output requirements that are known
hard drive
l1 cache
uses pseudo code
java
21: when does the alu get activated? choose the most appropriate answer.
once an instruction comes that needs to be converted to machine language
once an instruction that involves a calculation comes to the cpu
once an instruction comes to the computer and needs to be compiled
once an instruction comes to the cpu and needs to be timed
22: which of the following makes up binary code?
and, or, and not
1s and 0s
as and bs
instruction sets

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 08:00, lindseyreneesmith7
Digital information is stored using a series of ones and zeros. computers are digital machines because they can only read information as on or off –1 or 0. this method of computation is known as the system
Answers: 1
image
Computers and Technology, 23.06.2019 01:40, hanjonez
Writing a modular program in visual c++. i am new to this and not sure what i am missing. i am getting the following error: baddate. cpp: in function ‘int main()’: baddate. cpp: 50: 3: error: ‘else’ without a previous ‘if’elsehere are the instructions and code: writing a modular program in c++in this lab, you add the input and output statements to a partially completed c++ program. when completed, the user should be able to enter a year, a month, and a day. the program then determines if the date is valid. valid years are those that are greater than 0, valid months include the values 1 through 12, and valid days include the values 1 through 31.notice that variables have been declared for you. write the simulated housekeeping() function that contains the prompts and input statements to retrieve a year, a month, and a day from the user. include the output statements in the simulated endofjob() function. the format of the output is as follows: month/day/year is a valid date. ormonth/day/year is an invalid date. execute the program entering the following date: month = 5, day = 32, year = 2014. record the output of this program. execute the program entering the following date: month = 9, day = 21, year = 2002. record the output of this /* program name: baddate. cppfunction: this program determines if a date entered by the user is valid. input: interactiveoutput: valid date is printed or user is alerted that an invalid date was entered*/#include bool validatedate(int, int, int); using namespace std; int main(){// declare variablesint year; int month; int day; const int min_year = 0, min_month = 1, max_month = 12, min_day = 1, max_day = 31; bool validdate = true; // this is the work of the housekeeping() method// get the year, then the month, then the daycout< < "enter the year"< > year; cout< < "enter the month"< > month; cout< < "enter the day"< > day; // this is the work of the detailloop() method// check to be sure date is validif(year < = min_year) // invalid yearvaliddate = false; else if (month < min_month || month > max_month) // invalid monthvaliddate = false; else if (day < min_day || day > max_day) // invalid dayvaliddate = false; // this is the work of the endofjob() method// test to see if date is valid and output date and whether it is valid or notif(validdate == true); {// output statementcout<
Answers: 1
image
Computers and Technology, 24.06.2019 01:10, jaileen84
Create a program that will take in a single x and y coordinate as the origin. after the input is provided, the output should be all of the coordinates (all 26 coordinates read from the “coordinates. json” file), in order of closest-to-farthest from the origin.
Answers: 1
image
Computers and Technology, 25.06.2019 05:00, romana21
What should you do if a dialog box covers an area of the screen that you need to see?
Answers: 1
You know the right answer?
Will give brainiest and stuff to right answer[s].
1: explain the use of logic gates.
2...

Questions in other subjects:

Konu
Mathematics, 18.09.2021 03:00