well it's obviously printer
Answer:
display or monitor
Explanation:
because those are things a user can create a copy of what is on the sceen
Select the correct answer.
An automobile manufacturing organization noted a drop in sales after an incident occurred due to the lack of a safety feature in their cars. Many customers began considering other brands of cars after this incident. How can the organization avoid losing customers?
A.
introducing customer retention strategies
B.
detecting customer fraud
C.
classifying customers into groups
D.
applying medical research
Answer is A- introducing customer retention strategies
#platogang
Answer:
The answer is A
Explanation:
mention the generation we have in computer
What is one ethical use of technology?
A.
Arguing with people on Twitter about various topics.
B.
Browsing the internet on your smartphone during class.
C.
Posting fake information on your social media accounts.
D.
Talking to friends and colleagues about interesting news.
Answer:
D.
Talking to friends and colleagues about interesting news.
Explanation:
Ethics is a branch of philosophy that "involves systematizing, defending, and recommending concepts of right and wrong behavior". So if something is "ethical" it is a right thing to do.
key is used to enter commands or to move the cursor to the begin
of the next line
a) Delete key
b) Shift key
c) Ctrl key
d) None of these
A ________ is an input device that responds to finger touch.
1 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 21 - 3 2
What is a torque?
A. A linear force
B. Push or pull in a circular direction
C. A jumping force
D. A friction test
Answer:
D. A friction force
Which pair of devices have the same input motion and different outputs?
scissors and adjustable wrench
nutcracker and can opener
musical instrument and adjustable wrench
salad tongs and nutcracker
Answer:
nutcracker and can opener
Explanation:
The symbol is used to indicate that a line of text is a comment.
Answer:
Explanation:
asterisk
Answer:
# is the symbol you would use
Explanation:
I took the Unit Test on Edgen.
Rachel has set up a computer network. In this network, due to a device, the computers partake in the message transfer process. Which device is this? A. NIC B. hub C. modem D. switch E. bridge
Answer:
B. hub
Explanation:
Hub is a device that connects two or more computers together to make a Local Area Connection (LAN). It receives message and sends it to every computer on the network through a hub cables plugged into it from each computer. It enables each individual computer to partake in the message transfer process and each users can listen to the information. It is typically used at the centre of a star network and it is mostly regarded as an unsecured network.
Answer:
b
Explanation:
When you take action independent of direct instruction, you are showing _____.
initiative
courage
insubordination
power
Answer:
Option A, initiative
Explanation:
Initiation is an art of performing an act or task by self motivation rather on command or instruction from anyone.
Insubordination is incorrect as here there is no mentioning of disobeying seniors or authority
Also, courage and power means having strength to perform any task. Here action is performed without any instruction and it in no sense signifies a brave deed.
Hence, option A is correct
A person interested in a career in digital media should have which qualities? Select all that apply.
1. creativity
2. leadership
3. attention to detail
4. forcefulness
5. enjoyment in learning new things
6. vision
Thank you!!!
Last two questions and were done
Answer:
9 dont know
10 maybe world works?
Explanation:
Which input and output pair is correct for a bicycle?
A) input: pedals, output: wheels
B) input: downward force on pedals output: forward motion
C) input: wheels, output: pedals
d) input: forward motion, output: downward force on pedals
Answer:
I'm pretty sure its B.
Explanation:
Input: Force is applied to the pedals by the rider's feet then..
Process: the chain and gear system convert the energy to cause...
Output: the rear wheels to turn and make the bike go foward
A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code segment?
Complete Question:
A teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent. Which of the following variables are most appropriate for the code Segment?
Group of answer choices.
А. A string variable named s and a Boolean variable named a.
B. A string variable named s and a numeric variable named A.
С. A string Variable named studentName and a Boolean variable named isAbsent.
D. A string Variable named studentName and a numeric variable named absences.
Answer:
C. A string variable named studentName and a Boolean variable named isAbsent.
Explanation:
In Computer programming, a variable stores information which is passed from the location of the method call directly to the method that is called by the program.
In this scenario, teacher is writing a code segment that will use variables to represent a student's name and whether or not the student is currently absent.
Hence, the variables which are most appropriate for the code segment are a string variable named studentName and a Boolean variable named isAbsent.
Basically, the string variable named studentName would only accept or hold values that are alphabetic but not numerical value. Thus, the variable studentName would represent the name of a specific student.
Also, the Boolean variable named isAbsent would accept values that are either "True" or "False" because it works on the principle of Boolean logic (0 for false and 1 for true).
WIN
What is the use of lesson control panel?
a) background
b) enable or disable sound c) animation d) plain
Explanation:
b enables sound and clear tone
What are the biggest password mistakes that people and companies make? How can you avoid those mistakes?
what is cicada 3301? i will give brainliest if you give me a correct answer (not copy and pasted) and somewhat well detailed, i guess
Answer:
From what I know it's a seris of web puzzles dating a few years back. The creators were looking for really smart people to work in their organizations as coders
What is the difference, if any, between the end user and the target audience of a digital media piece?
A. The end users and the target audience are the exact same group of people.
B. Some of the target audience may end up as end users if they are rewarded for their participation in the testing phase.
C. End users have nothing to do with the target audience, as they are involved with different parts of the project.
D. Some of the end users are likely also members of the target audience, but not all of them.
Thank you!!
Answer:
a
Explanation:
17. What is something an employer might look for in person when hiring? (3
points)
A. Someone with a positive attitude
B. Someone with positive qualities such as honesty, tolerance, and
patience
C. Someone easy to work with
D. All of the above
Binary to Denary
11101111=
1111111=
Answer:
1110111= 239
1111111=127
Explanation:
The method is 1 ,2 ,4 ,8 16, 32 ,64 let me know if this helped g
Select the one that uses the heading tag correctly.
a.
b.
c.
d.
Answer:
yes . where is option please check it
2. Read the following scenarios about how three different programmera approach
programming a computer game. Identify which type of programming design
approach each represents (3 points):
a) Yolanda first breaks down the whole game she needs to program into modules.
She then breaks these modules into smaller modules until the individual parts are
manageable for programming. She writes the smallest modules, and then
recombines them into larger parts.
b) Isabella takes the game process and groups together sets of related data involved
in the process. She then identifies the messages the data should respond to. After
writing the code for each set of data, Isabella then combines, tests, and refines the
subsets until the software runs properly
a.) Structured programming
b.) Object-oriented programming
c.) Top-down programming
The programming design approach represented in this scenario is modular programming. The programming design approach represented in this scenario is object-oriented programming.
What is programming?The process of creating a set of instructions that tells a computer how to perform a task is known as programming.
Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.
Modular programming is the programming design approach represented in this scenario.
Yolanda divides the entire game into modules, which are then subdivided further into smaller modules until the individual parts are manageable for programming.
Object-oriented programming is the programming design approach represented in this scenario. Isabella organizes sets of related data and determines which messages the data should respond to.
Thus, this method entails representing data and functions as objects and employing inheritance and polymorphism to generate flexible and reusable code.
For more details regarding programming, visit:
https://brainly.com/question/11023419
#SPJ2
PLSS help im so desperate!! 30 pts n brainliest
This is for intro to network systems//// I will delete invalid answers! I rlly need help
Question: Explain each kind of pointer and for what it is appropriate.
A pointer is nothing but a memory location where data is stored. A pointer is used to access the memory location. There are various types of pointers such as a null pointer, wild pointer, void pointer and other types of pointers. When you want to deal different variable data type, you can use a typecast void pointer.
how to make a computer
put cpu in motherboard then ram then storage then cooler then fix fans then psu then gpu i thnk
Answer:
1. Shopping for Parts. The most difficult and time-consuming part of the PC-building process happens long before you start looking for the screwdriver. ...
2. Get Prepared.
3. Install the Power Supply.
4. Install the Processor.
5. Install the CPU Cooler.
6. Install the RAM.
7. Place the I/O Plate.
8. Mount the Motherboard.
How do you find the Layout dialog box for changing the layout options of an image in a Word document? Use the
drop-down menus to complete the steps.
1
2. Click the
3. Click
4. Click
at the bottom of the pop-up menu.
Answer:
1. Select the image
2. Format tab
3. the position button
4. more layout options
Explanation:
Answer:
How do you find the Layout dialog box for changing the layout options of an image in a Word document? Use the drop-down menus to complete the steps.
1. ✔ Select the image (C)
2. Click the ✔ Format tab (B)
3. Click ✔ the Position button (B)
4. Click ✔ More Layout Options (A) at the bottom of the pop-up menu.
Explanation:
Doing it on EDG right now!
Good luck and have a good day :)
Tennis is classified as an exercise program.
true or false
It is true that Tennis is classified as an exercise program.
What is Tennis?Tennis is a type of sport, It can be played during leisure or done as a profession.
When played during leisure it can be to exercise the muscles and bones.
Therefore, It is true that Tennis is classified as an exercise program.
Learn more on Tennis below,
https://brainly.com/question/13556415
#SPJ9
Choose all stages of the information processing cycle.
Answer:
The information processing cycle, in the context of computers and computer processing, has four stages: input, processing, output and storage (IPOS).
Explanation:
Answer:
Processing, storage, input, and output.
Which event is an example of an external risk?
A.
theft
B.
failure of machinery
C.
weak economy
D.
outdated production techniques
Answer:
Answer: C
Explanation:
A weak econemy would pose as an external risk. These types of risk are usually out of human hands and are not controllable or influenced by the company.
Type the correct answer in the box. Spell all words correctly.
Charlie works in a team that manages the stations tracking GPS satellites in their orbits. What type of stations does Charlie’s team manage?
Charlie’s team manages the _____ stations, which track GPS satellites in their orbits.
Answer:
Ground Antennas
Explanation:
I got it right on my test
Answer:
the correct answer is monitoring
Explanation:
PLATO
Activity 5.8
Find out how the operation of colour laser printers differs from the operation of monochrome
laser printers.