Answer:
Real-time operating system (RTOS) are
Explanation:
Real-time operating system (RTOS) are operating systems that are meant for use with time sensitive applications and systems that have very strict time requirements such as in computers serving air traffic control systems, robot systems, or missile control systems.
The processing time for each process are in the order of tenths of a second or shorter time frames using given constraints.
Real-time systems are applied in life saving systems like parachutes or air bags so as to prevent injuries in the event of an accident.
After execution of the following code, what will be the value of input_value if the value 0 is entered at the keyboard at run time? 15 10 25 0 5
Question:
After execution of the following code, what will be the value of input_value if the value 0 is entered at the keyboard at run time?
cin>> input_value;
if (input_value >5)
input_value = input_value+5;
else if (input_value > 2)
input_value= input_value+10;
else
input_value= input_value + 15;
Answer:
input_value= 15
Explanation:
Line 1 of the program gets the value of user_input
i.e user_input = 0
Line 2 checks if user_input is greater than 5, since this is false, the program jumps to line 4
Line 4 checks if user_input is greater than 2, since this is also false, the program jumps to line 6
The instruction on line 6 implies that, if the previous conditions are false, then line 7 be executed.
So:
input_value= input_value + 15;
input_value= 0 + 15
input_value= 15
Hence, input_value is 15
"You need to prove ownership of a domain name for an upcoming transfer to a new registrar. Which Domain Name System (DNS) record do you create to prove ownership?"
Answer:
Canonical Name Record (CNAME)
Explanation:
The Canonical Name Record also known as CNAME Record is a Domain Name System (DNS) record, that allows mapping of a domain name to another domain name. The CNAME record is useful when several services are hosted under one IP address.
The CNAME record allows the specification of a domain name as another name for another domain name. The CNAME record enables an alias name to be mapped to the actual canonical domain name.
What is a detailed and thorough review of the deployed security infrastructure compared with the organization’s security policy and any applicable laws and regulations?
Answer:
"Compliance audit " seems to be the correct answer.
Explanation:
A compliance or enforcement audit seems to be a systematic analysis of the conformity of such an agency to the reporting requirements and guidelines. In a compliance audit, independent auditors determine the extent and completeness of enforcement plans, security protocols, user authentication, including risk management framework.In Microsoft Excel, you are working with a large worksheet. Your row headings are in column A. Which command(s) should be used to see the row heading information in columns X, Y, and Z?
Answer:
The answer is "freeze panes command".
Explanation:
To see the row heading information into the columns "X, Y, and Z" we use the freeze panes command, which Pick's the cells from rows and on the right side of the columns, where you scroll.
This tool allows you to block columns/row headings so, the first column /or top row will stay on the screen and you also scroll down or over to see the rest of the panel.
Use the drop-down menus to select the type of goal described in each statement. I want to finish all of my social studies homework by dinner. I want to graduate in three years in the top 15% of my class. I want to earn a good grade on my math test tomorrow. I want to qualify for Honors Spanish next year.
Answer:
I want to finish all of my social studies homework by dinner. - Short term goal.
Short term goals are targets that are to be achieved in the near and immediate future such as in a day or in a week. As the goal listed is to be done on the same day, it is a short term goal.
I want to graduate in three years in the top 15% of my class. - Normative Goal
Normative goals are the goals people set based on what society looks upon as desirable and a good thing to do. Academic excellence is a normative goal as it is looked upon favorably by society.
I want to earn a good grade on my math test tomorrow. - Intrapersonal goals.
Intrapersonal goals are goals that we set within ourselves to motivate ourselves to do better. The writer here wants to do a good job in the math test which makes it intrapersonal.
I want to qualify for Honors Spanish next year. - Long term goal
A long term goal is one that is to be achieved in the future most likely after a period of a year. Qualifying for an Honors in Spanish in the next year is therefore a long term goal.
Answer:
I want to finish all of my social studies homework by dinner. - Short term goal.
Short term goals are targets that are to be achieved in the near and immediate future such as in a day or in a week. As the goal listed is to be done on the same day, it is a short term goal.
I want to graduate in three years in the top 15% of my class. - Normative Goal
Normative goals are the goals people set based on what society looks upon as desirable and a good thing to do. Academic excellence is a normative goal as it is looked upon favorably by society.
I want to earn a good grade on my math test tomorrow. - Intrapersonal goals.
Intrapersonal goals are goals that we set within ourselves to motivate ourselves to do better. The writer here wants to do a good job in the math test which makes it intrapersonal.
I want to qualify for Honors Spanish next year. - Long term goal
A long term goal is one that is to be achieved in the future most likely after a period of a year. Qualifying for an Honors in Spanish in the next year is therefore a long term goal.
explain where and why metallic material or non metallic material have been used in your home
Answer:
Metallic and non-metallic material use for various purposes at home.
Explanation:
Metals play an essential role in our lives. They used while constructing houses as a support to it. It's also used for architectural (building) purposes include frames, pillars, water pipes, roofing, and windows. Copper used for making electrical wires. Aluminium for making electrical cables, packaging, and cooking utensils. Iron application, including roofing and decoration.
Metallic materials are inorganic substances such as iron, copper, aluminium. Non-metallic elements, such as carbon, nitrogen, and oxygen. Carbon used in the form of diamonds and graphite. Hydrogen is used daily as a gas.
The same sprite in a different position or version is called: A) The glide block B) The stage C) A costume D)The change block
somebody tell me 2 differences between string variables and numeric variables
Numeric variables contain only numbers and are suitable for numeric calculations such as addition and multiplication.
String variables may contain letters, numbers and other characters. You can't do calculations on string variables -even if they contain only numbers.
Most online auction sites offer merchandise that is the property ____, much as an auctioneer would at a public auction.
Answer:
The answer is "of others".
Explanation:
The auction site has become a service, in which auction clients or members are using the internet to buy or sell goods and services.
These sites use the different auction sites, which include forums for consumers, operated by multiple software, that's sale forms also recognized as a virtual auction. These sites sell items owned by the others, which is an auctioneer does at a public auction.which protocol is used by the network?
Answer:
TCP/IP and UDP/IP and HTTP and FTP
Explanation:
no explanation for this
Answer: TCP/IP, UDP/IP, HTTP and FTP
Explanation:
Hope this helps^^
A computer _________ is any person whose primary occupation involves the design, configuration, analysis, development, modification, testing, or security of computer hardware or software.
Answer:
Engineering
Explanation:
Because they are the one who create software applications
Who designs online portals for companies? A. illustrator B. video editor C. storyboard artist D. web designer
. Which of the following is not advantages of computer network? *
i. Data or program can be shared
ii. All Hardware devices can be shared
iii. Data processing is faster and economic
iv. None of them
Answer:
My answer is Data or program can be shared.
who designed analatic engine in the 1930's?
Answer: Charles Babbage
Explanation: English mathematician and inventor Charles Babbage is credited with having conceived the first automatic digital computer. During the mid-1830s Babbage developed plans for the Analytical Engine. Although it was never completed, the Analytical Engine would have had most of the basic elements of the present-day computer.
Hope this helps^^
The term __________ is often used in relation to the hardware of computers
Answer;
Software
Explanation;
The term hardware refers to the physical components of the computer system (as opposed to the software**). ... The primary component of the computer is the motherboard (also called the main circuit board, main logic board, mainboard, or systemboard).
**
Opposite of hardware, which describes the physical aspects of a computer, software is a generic term used to refer to applications, scripts and programs that run on a device. Software can be thought of as the variable part of a computer, and hardware the invariable part.
.......... are commonly used as servers in network environments that handle the data sharing needs of other computers on the network
Answer:
The other person is correct, the answer is server.
Explanation:
What does this road sign mean?
Answer:
Speed limit 50 ahead
Explanation:
My laptop is stuck on the blue screen of death I can’t shut it down what should I do plz help ASAP
I think you must wait for sometimes and it will restart itself
Answer:
either wait for it to restart on its own or hit control+alt+delete and then restart it.
Explanation:
1) In your own words, explain what a browser is. 2) Why is it important to keep your browser up to date?
Answer:
A browser is a software that is used to access the internet. A browser lets you visit websites and do activities within them like login, view multimedia, link from one site to another, visit one page from another, print, send and receive emails, among many other activities
The most important reason to keep your browser up-to-date is for your own safety and security, and that of your computer. ... If you're a Firefox user, your browser will remind you to update your add-ons whenever new versions become available.
Malicious hackers and Web sites can exploit security flaws in browsers and infect your computer with harmful programs, trojans, and viruses. Regular updates to your browser fix security problems when they are detected, and make your computer safer from those types of attacks.
A friend has asked you to help him find out if his computer is capable of overclocking. How can you direct him? Select all that apply.
Explanation:
Any computer is capable of overclocking; however, depending on the CPU manufacture and motherboard vendor, options may be removed or limited causing potential issues with overclocking.
Note, when overclocking computer hardware, this typically involves the increase of voltage or current which will increase heat output inside the system.
The first thing you want to do is make sure there is adequate cooling for the system, that can handle the level of overclock you plan on applying.
The second thing you want to do is check motherboard and CPU overclocking compatibility as some CPUs or some motherboards are arbitrarily locked down.
The third thing you want to do is to ensure your power supply will be able to handle the additional load applied by the overclock.
The fourth thing you want to do is check that the motherboard bios is accessible. Without access to the bios, any attempts at hardware overclocking may be void.
If all these things are true or valid, then you should be able to easily apply an overclock to your computer system.
Cheers.
A network that typically reaches a few meters, such as up to 10 meters (33 feet), and consists of personal devices such as mobile computers, smartphones, and handheld devices is called:_______
Answer:
PAN (Personal Area Network)
Explanation:
A network that typically reaches only a few meters (10 m or 33 ft) and contains personal devices like mobile computers, smartphones and handheld devices is called PAN (Personal Area Network).
PAN enables communication between devices that are near a human being (i.e. only for shorter distances).
It can be wireless such as bluetooth earphones used with the smartphone, wireless keyboard and mouse used with laptop or computer, TV and remote control communication.
It can be wired such as wired earphones used with the smartphone, any USB (Universal Serial Bus) device connected to a computer/laptop.
Select the correct answer. Matt works for an advertising agency. He is often involved in the designing and development processes of websites. What is his profession? A. web developer B. video game developer C. multimedia designer D. graphic designer
Answer:
MAY BE A
Explanation:
I THINK A IS THE CORRECT ANSWER
Write statementsto show how finding the length of a character array char [ ] differs from finding the length of a String object str.
Answer:
Length of char array: sizeof(arr)
Length of a string object: myString.length()
Explanation:
The sizeof approach is generally not recommended, since this information is lost as soon as you pass the array to a function, because then it becomes a pointer to the first element.
A CPU's processing power is determined by the combination of the clock speed, the number of cores, and the amount of ________ memory.
Answer:
A CPU's processing power is determined by the combination of the clock speed, the number of cores, and the amount of _random access _______ memory.
Write any 2 differences between implicit variables and explicit variables.Plz tell :' (
What would be the best engine to use for making a 3d beginner game
Answer:
Unity
Explanation:
People like the unity engine to make basic 3d games. It's open and free so it lets you use or create your own assets to create 3d models for your game.
Cheers.
If you copy a drawing from the Internet and use it in a report, you might be violating the artist's
A. Digital Rights
B. Intellectual Property Rights
C.Fair use rights
D.Artistic rights
Answer: D. Artistic rights
Explanation:
The artistic rights are those rights that provide an artist with the protection of both artistic works and also allows the profit. The artist can create a piece of artistic work and distribute it for their profit.
If one without any permission creates a copy or uses original artistic work for their own purpose then he is subject to the punishment of copyright infringement due to breaching the copyright of the owner's protection.
The artistic rights will be violated if we copy a drawing from the internet and use it in a report.
If a person copies a drawing from the internet and use it in a report, then the intellectual property right of the artist has been violated.
Intellectual property rights refer to the legal rights which are given to the authors or the creators of a particular work for their works or inventions.Examples of intellectual property rights include trade secrets, trademarks, copyrights and patents.It should be noted that it is unlawful for someone to use or copy the work if another person without taking permission from them. In such case, the Intellectual property right of the person has been violated.In conclusion, the correct option is B.
Read related link on:
https://brainly.com/question/14391069
Caleb is leading a project involving the use of natural resources, but his group is having problems finding its focus with such a large topic. Caleb organizes several online meetings in which he instructs the group on how to narrow the topic and find direction. He also schedules frequent "check-in" meetings to evaluate their progress. The group gets so excited that they miss the deadline for turning in their project. Which qualities of an effective digital leader are being demonstrated by Caleb? Check all that apply. problem-solving skills good time-management overseeing group tasks effective scheduling excitement about the project
Answer:
(A) (C) (E)
problem-solving skills
overseeing group tasks
excitement about the project
Explanation:
Caleb is leading a project involving the use of natural resources, but his group is having problems finding its focus with such a large topic. Caleb organizes several online meetings in which he instructs the group on how to narrow the topic and find direction. He also schedules frequent "check-in" meetings to evaluate their progress. The group gets so excited that they miss the deadline for turning in their project.
Which qualities of an effective digital leader are being demonstrated by Caleb? Check all that apply.
problem-solving skills
overseeing group tasks
excitement about the project
its 100% CORRECT PEOPLE
A location connected to the Internet that maintains one or more pages on the World Wide Web. A) Website structure B) Website C) Website content D) Digital footprint
Explanation:
website structure. Website structure
1. Which of these is an example of output?
A. typing on a keyboard
B. a smartphone ringing
C. using a mouse
D.a fingerprint sensor
2. Which of these is an example of input?
A. music playing through a smartphone’s speaker
B. a video playing on a laptop
C. swiping right to choose a picture a
D. phone vibrating when there is a new text
Answer:
Output: B
Input: C
Explanation:
An input is something which is given in order to cause something (Example: You click on a video, and it starts playing)
Output is something that occurs due to the input (The video playing is the output of your input)
The input/output in computing are simply known as the communication between an information processing system.
With inputs devices, signals or data received by the system. With outputs devices, signals or data are sent from them.
These devices are the pieces of hardware used by a human.
Conclusively, Devices for communication between computers, Includes modems and network cards etc.
Learn more from
https://brainly.com/question/17241201