Sign In
Ask Question
Computers and Technology
Myah Graham
True or False: Changing a bid package's status to "Closed" removed it from the bidder's Planroom and the bidder will no longer be able to submit bids.
Answer
Answers (1)
Computers and Technology
Eliana Gilbert
In Java, it is not possible for a method to call itself? (true, false)
Answer
Answers (1)
Computers and Technology
Maya Hale
Look at the following program and answer the question that follows it. They are multiple choice i need the correct one and explanation
1 / / This program displays my gross wages.
2 / / I worked 40 hours and I make $20.00 per hour.
3 #include
4 using namespace std;
5
6 int main ()
7 {
8 int hours;
9 double payRate, grossPay;
10
11 hours = 40;
12 payRate = 20.0;
13 grossPay = hours * payRate;
14 cout << "My gross pay is $" << grossPay << endl;
15 return 0;
16 }
Which line (s) in this program cause output to be displayed on the screen?
A) 13 and 14
B) 8 and 9
C) 14
D) 13
E) 15
Answer
Answers (1)
Computers and Technology
Rhianna Riddle
What is the term were the movie starts at its end and then stow you the path it took
Answer
Answers (1)
Computers and Technology
Deandre Bishop
The output of a logic gate is 1 when all its inputs are at logic 0. the gate is either
Answer
Answers (1)
Computers and Technology
Callie Finley
To add a pie chart, first select the data to be charted and then tap or click the insert pie or doughnut chart button (insert tab | charts group). true or false.
Answer
Answers (1)
Computers and Technology
Crystal Parks
A multilevel TDM system has ten sources, six with a bit rate of 200 Kbps and four with a bit rate of 400 Kbps. The frames generated by the system have 1 extra bit for synchronization. a. What is the size of a frame in bits? b. What is the frame rate? c. What is the duration of a frame? d. What is the data rate? e. What percent of the frame is overhead?
Answer
Answers (1)
Computers and Technology
Harmony Harper
Amer lives in Boston and Terre lives in Portland. Which principle of "new media" would allow them to be able to work together on a regular basis?
Answer
Answers (1)
Computers and Technology
Ashlynn
You are doing research for a science project on current trends in nanotechnology. You do a web search for information that includes several interesting articles with publish dates about a year ago. Which evaluation factor are you using when you decide NOT to use these articles?
Answer
Answers (2)
Computers and Technology
Niko Kirby
Which of the following is the fastest way to open an Access database? a. Right-click the database icon. b. Start Access from the Start menu. c. Double-click the database icon. d. Start Access, and then create a new database.
Answer
Answers (2)
Computers and Technology
Guest
1 What do you understand by navigation through form?
Answer
Answers (1)
Computers and Technology
Laurel Sheppard
Which task might be suitable for moving into a separate function so you can re-use it from multiple places in your code?
Answer
Answers (1)
Computers and Technology
Teagan Randolph
The true or false questions.
If find is run with no - exec option, then find will not take any action on the found files and there is no output to screen.
Answer
Answers (1)
Computers and Technology
Rosalind
What is the software called that allows internet advertisers to display advertisements without the consent of the computer user? splog adware spygloss cpu buzzer?
Answer
Answers (1)
Computers and Technology
Scarlet Carrillo
Create a base class named rectangle that contains lenght and width data members.
Form this class derive a class named Box having an additional data member named depth. The function members of the base rectangle class should consist of a constructor and an area function.
The derived box class should have a constructor, a voulume function, and an override function named area that returns the surface area of the box.
Answer
Answers (1)
More
1
...
19
20
21
22
23
...
Home
»
Computers and Technology
» Page 21
Sign In
Sign Up
Forgot Password?