chapter 8 itev8 exam questions
.docx
keyboard_arrow_up
School
University of Wisconsin, Eau Claire *
*We aren’t endorsed by this school
Course
231
Subject
Computer Science
Date
Jan 9, 2024
Type
docx
Pages
5
Uploaded by billyjoehobert
Employees of a small business are complaining that the printer is
printing faded images. What should the technician do to resolve the
issue?
Reset the page counter.
Check the vibration of the crystals.
*
Replace the toner cartridge.
Clean the printer.
A technician is complaining about the following printer issue: The
print appears faded on the paper. What
is a
possible causes of this
issue?
The printer is using the wrong cable.
The room temperature is above normal.
A test page was never printed.
*
The toner cartridge is low.
What type of connection would be used to connect a printer directly
to the network?
*
Ethernet
USB
Firewire
S
erial
A technician is installing a printer that will be directly connected to a
computer. Why
would
the technician not connect the printer initially
during the installation process?
The printer needs to be configured first.
The OS of the workstation needs to be updated first.
The Microsoft download site needs to be searched first for the printer
driver.
*
The printer driver might need to be installed first before the printer
is connected.
What is a characteristic of thermal inkjet nozzles?
The vibration of the crystal controls the flow of ink.
*
The heat creates a bubble of steam in the chamber.
Heat is applied to
boil internal to
the ink reservoir of each nozzle.
A
positive
charge is applied to the printhead.
Which factor affects the speed of an inkjet printer?
the cost of the inkjet cartridges
the quality of the paper
the size of printer power supply
*
the desired quality of the image
How can the life of a thermal printer be extended?
Wipe the outside of the printer with a damp cloth.
Clean the inside of the printer with a vacuum cleaner with a HEPA filter.
*
Clean the heating element regularly with isopropyl alcohol.
Keep the paper dry in a low humidity environment.
What are two methods to connect to a printer wirelessly?
Wireless or over-air
S
atellite
or digital
*
IEEE 802.11 standards
or Bluetooth
M
icrowave
or infrared
.
What are two cables that are used to connect a computer to a printer?
PS/2
or Din2
*USB
or Ethernet
eSATA
or SATA
HDMI
or eHDI
A user tells a technician that the printer does not respond to attempts
to print a document. The technician attempts to print a document and
the printer does not output any pages. The technician notices that the
printer LCD display is blank and unlit. What is most likely the
problem?
The printer is out of ink.
The screen contrast is too low.
The print head is clogged.
*
The printer is not turned on.
A user discovers that an inkjet color printer is printing different
colors from those that are shown on the screen. What can be done to
solve this problem?
Replace the fuser.
Adjust the printer spool.
*
Calibrate the printer.
Replace the drum.
What mechanism is used in a laser printer to permanently fuse the
toner to the paper?
*
heat
electrical charge
pressure
light
The users on a LAN are reporting that computers respond slowly
whenever high resolution photographs are being printed on the color
laser printer. What would be the cause of this problem?
The printer is not configured for duplex printing.
*
The printer does not have enough memory to buffer an entire
photograph.
The printer is not configured for the proper paper orientation.
The paper is not adequate for photograph printing.
After applying a solution to a printer problem, a technician restarts
the printer and prints a test page. Which step of the troubleshooting
process is the technician applying?
*
verifying the solution and system functionality
identifying the problem
testing a theory to determine the cause of the problem
documenting findings, actions, and outcomes
Which statement describes a printer driver?
*
It is software that converts a document into the format that a printer
can understand.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Abstract: the main purpose of this experiment is build real time system using PPI
8255 to control devices connected to.
Problem description: assume that there are two devices are connected to port A and
two sensors are connected to port B of PPI 8255. They work according to the
following table
Sensors (S1S2)
Devices (DID2)
00
01
01
10
10
11
11
00
Write a program to control these two devices according to the values of sensors.
arrow_forward
Create a program that changes the color of the RGB LED using the
detected ambient light intensity using a light-dependent resistor (LDR).
arrow_forward
You have 1000 bottles of soda, and exactly one is poisoned. You have 10 test strips whichcan be used to detect poison. A single drop of poison will turn the test strip positive permanently.You can put any number of drops on a test strip at once and you can reuse a test strip as many timesas you'd like (as long as the results are negative). However, you can only run tests once per day andit takes seven days to return a result. How would you figure out the poisoned bottle in as few daysas possible?Follow up: Write code to simulate your approach
arrow_forward
"""You are given an n x n 2D mat representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:Could you do this in-place?"""
# clockwise rotate# first reverse up to down, then swap the symmetry# 1 2 3 7 8 9 7 4 1# 4 5 6 => 4 5 6 => 8 5 2# 7 8 9 1 2 3 9 6 3
def rotate(mat): if not mat: return mat mat.reverse() for i in range(len(mat)): for j in range(i): mat[i][j], mat[j][i] = mat[j][i], mat[i][j] return mat
if __name__ == "__main__": mat = [[1, 2, 3], [4, 5, 6], [7, 8, 9]] print(mat) rotate(mat) print(mat).
arrow_forward
Write a program that lights an LED attached to pin 3. The LED should turn off after a button attached to pin 4 has been pushed 3 times. Assume the button is wired active low. Assume there is least 1/4 second between button presses.
arrow_forward
Use all the logic operators discussed previously to darken an image only within a region of interest.
Would pixel-by-pixel division be a better way to find the differences between two monochrome images than subtraction, absolute difference, or XOR? Explain.
arrow_forward
For this milestone, you will be making a more complicated pattern in each cell. You will be splitting the cell into several shapes and individually filling/coloring them in.
You can still:
decide whether the cells and its patterns are filled or unfilled
choose the fill and pen colors using the user inputs
Like the previous milestone, you will be asking for the fill colors for each individual shape/section as well.
Sample output:
Grid size (n): (input) Pen color: (input) Fill color: (input) Rectangle color: (input) Triangle color: (input)
Each cell should have this drawing. The specific of this drawing is:
A rectangle with a width 1/4 of the cell width and height the same as the cell
Two triangles created by a diagonal line starting from the top right corner of the rectangle and ending on the bottom right of the cell
You can simplify drawing the triangles by only drawing and filling in one of them, leaving the other as part of the cell background
Here is a full grid with the cell…
arrow_forward
METHOD:
Put on gloves and place one piece of bread in a re-sealable plastic bag using a gloved hand. Label this first bag “controlled”.
QUESTION:
What will be the result and write your conclusion
arrow_forward
The code is not working can you recode it?
arrow_forward
We have three push button, When the first push button is pressed, the LED is on continuously and when the second push button is pressed, the LED turns on and off, and the last switch turns off the LED program by use arduino
arrow_forward
Write a program that turns on an LED attached to pin 3 for 5 seconds then turns it off. The light should stay off for 3 seconds and then the LED should blink 10 times at a rate of 1 Hz (on and off each second).
in TinkerCAD with Code
arrow_forward
If you Listen to this page hbels that consist of numbers, such as a ZIP code or year, they
must be set in
so that Illustrator will not mistake them for data that
should be plotted.
O hyphens
brackets
quotes
arrow_forward
Write a program that lights an LED attached to pin 3. The LED should turn off after a button attached to pin 4 has been pushed 3 times. Assume the button is wired active low. Assume there is least 1/4 second between button presses.
in Tinkercad
arrow_forward
Determine your pacefactor and measure the length of the line by pacing.
arrow_forward
...... ....
arrow_forward
The following questions are for you to answer: (in the field of computer-generated imagery)
Comparison of depthsDetection is back.Elimination of the "hidden line"
arrow_forward
write a java code to get the current gain in the
common base configuration after taking collector
JCurrent and emitter current.
Trenscribed imege Test write e jeve code t get the ourent gein in the comman bee configuration after taking collector turent and emitter
current
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
A+ Guide to Hardware (Standalone Book) (MindTap C...
Computer Science
ISBN:9781305266452
Author:Jean Andrews
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Related Questions
- Abstract: the main purpose of this experiment is build real time system using PPI 8255 to control devices connected to. Problem description: assume that there are two devices are connected to port A and two sensors are connected to port B of PPI 8255. They work according to the following table Sensors (S1S2) Devices (DID2) 00 01 01 10 10 11 11 00 Write a program to control these two devices according to the values of sensors.arrow_forwardCreate a program that changes the color of the RGB LED using the detected ambient light intensity using a light-dependent resistor (LDR).arrow_forwardYou have 1000 bottles of soda, and exactly one is poisoned. You have 10 test strips whichcan be used to detect poison. A single drop of poison will turn the test strip positive permanently.You can put any number of drops on a test strip at once and you can reuse a test strip as many timesas you'd like (as long as the results are negative). However, you can only run tests once per day andit takes seven days to return a result. How would you figure out the poisoned bottle in as few daysas possible?Follow up: Write code to simulate your approacharrow_forward
- """You are given an n x n 2D mat representing an image. Rotate the image by 90 degrees (clockwise). Follow up:Could you do this in-place?""" # clockwise rotate# first reverse up to down, then swap the symmetry# 1 2 3 7 8 9 7 4 1# 4 5 6 => 4 5 6 => 8 5 2# 7 8 9 1 2 3 9 6 3 def rotate(mat): if not mat: return mat mat.reverse() for i in range(len(mat)): for j in range(i): mat[i][j], mat[j][i] = mat[j][i], mat[i][j] return mat if __name__ == "__main__": mat = [[1, 2, 3], [4, 5, 6], [7, 8, 9]] print(mat) rotate(mat) print(mat).arrow_forwardWrite a program that lights an LED attached to pin 3. The LED should turn off after a button attached to pin 4 has been pushed 3 times. Assume the button is wired active low. Assume there is least 1/4 second between button presses.arrow_forwardUse all the logic operators discussed previously to darken an image only within a region of interest. Would pixel-by-pixel division be a better way to find the differences between two monochrome images than subtraction, absolute difference, or XOR? Explain.arrow_forward
- For this milestone, you will be making a more complicated pattern in each cell. You will be splitting the cell into several shapes and individually filling/coloring them in. You can still: decide whether the cells and its patterns are filled or unfilled choose the fill and pen colors using the user inputs Like the previous milestone, you will be asking for the fill colors for each individual shape/section as well. Sample output: Grid size (n): (input) Pen color: (input) Fill color: (input) Rectangle color: (input) Triangle color: (input) Each cell should have this drawing. The specific of this drawing is: A rectangle with a width 1/4 of the cell width and height the same as the cell Two triangles created by a diagonal line starting from the top right corner of the rectangle and ending on the bottom right of the cell You can simplify drawing the triangles by only drawing and filling in one of them, leaving the other as part of the cell background Here is a full grid with the cell…arrow_forwardMETHOD: Put on gloves and place one piece of bread in a re-sealable plastic bag using a gloved hand. Label this first bag “controlled”. QUESTION: What will be the result and write your conclusionarrow_forwardThe code is not working can you recode it?arrow_forward
- We have three push button, When the first push button is pressed, the LED is on continuously and when the second push button is pressed, the LED turns on and off, and the last switch turns off the LED program by use arduinoarrow_forwardWrite a program that turns on an LED attached to pin 3 for 5 seconds then turns it off. The light should stay off for 3 seconds and then the LED should blink 10 times at a rate of 1 Hz (on and off each second). in TinkerCAD with Codearrow_forwardIf you Listen to this page hbels that consist of numbers, such as a ZIP code or year, they must be set in so that Illustrator will not mistake them for data that should be plotted. O hyphens brackets quotesarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- A+ Guide to Hardware (Standalone Book) (MindTap C...Computer ScienceISBN:9781305266452Author:Jean AndrewsPublisher:Cengage LearningNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
A+ Guide to Hardware (Standalone Book) (MindTap C...
Computer Science
ISBN:9781305266452
Author:Jean Andrews
Publisher:Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage