Answer:
mouse and keyboard
Explanation:
himothy
write a program that keeps taking integers until the user enters in python
int main {
//variables
unsigned long num = 0;
std::string phrase = " Please enter your name for confirmation: " ;
std::string name;
//codes
std::cout << phrase;
std::cin>> name;
while ( serial.available() == 0 ) {
num++;
};
if ( serial.avaliable() > 0 ) {
std::cout << " Thank you for your confirmation ";
};
};
______software is less risky and leads to quicker deployment; however, maintenance and support costs may become expensive.
Off-the-shell software is less risky and leads to quicker deployment; however, maintenance and support costs may become expensive.
What is software development?The process of conceiving, defining, designing, programming, documenting, testing, and bug-fixing that goes into building and maintaining applications, frameworks, or other software components is known as software development. Program development comprises all activities from the conception of the desired software through to the ultimate manifestation of the software, often in a planned and organised process. It also involves authoring and maintaining the source code. [1] Research, new development, prototyping, modification, reuse, re-engineering, maintenance, and any other activities that lead to software products are also considered to be a part of software development. Requirements analysis is a crucial step in the software development process. Customers often have a general concept of the outcome they desire, but they are unsure of what the software should accomplish.
To know more about software development visit:
https://brainly.com/question/27588310
#SPJ1
Which header will be the largest?
Hello
Hello
Hello
Hello
Answer:
Bye
bye
bye
bye
Explanation:
Answer:
HELLO Hello thank you for your points...
Give me two reasons why return statements are used in code.
Explanation:
The C language return statement ends function execution and ... the calling function at the point immediately following the call. ... For more information, see Return type.
find four
reasons
Why must shutdown the system following the normal sequence
If you have a problem with a server and you want to bring the system down so that you could then reseat the card before restarting it, you can use this command, it will shut down the system in an orderly manner.
"init 0" command completely shuts down the system in an order manner
init is the first process to start when a computer boots up and keep running until the system ends. It is the root of all other processes.
İnit command is used in different runlevels, which extend from 0 through 6. "init 0" is used to halt the system, basically init 0
shuts down the system before safely turning power off.
stops system services and daemons.
terminates all running processes.
Unmounts all file systems.
Learn more about server on:
https://brainly.com/question/29888289
#SPJ1
The smallest unit of storage is
Answer:
Hey mate......
Explanation:
The smallest unit of storage is Bytes......
hope it helps you,
mark me as the brainliest,
follow me..........
Which group on the Note Master tab contains the command to add footers to the notes pages?
Answer:
Place Holders
Explanation:
What is responsible for analyzing the IT needs of an organization and then
recommending systems to support those needs.
Answer:
System analyts
Explanation:
I just took it
numStudents is read from input as the size of the vector. Then, numStudents elements are read from input into the vector idLogs. Use a loop to access each element in the vector and if the element is equal to 4, output the element followed by a newline.
Ex: If the input is 6 68 4 4 4 183 104, then the output is:
4
4
4
Here's an example solution that uses a loop to access each element in the vector idLogs and outputs the elements equal to 4
How to write the output#include <iostream>
#include <vector>
int main() {
int numStudents;
std::cin >> numStudents;
std::vector<int> idLogs(numStudents);
for (int i = 0; i < numStudents; i++) {
std::cin >> idLogs[i];
}
for (int i = 0; i < numStudents; i++) {
if (idLogs[i] == 4) {
std::cout << idLogs[i] << std::endl;
}
}
return 0;
}
Read more on Computer code here https://brainly.com/question/30130277
#SPJ1
a second group of smaller network restricted by companies organizations or limited number of user is known as?
LAN- Local Area Network
Explanation:
Which of the following vendors offers the largest variety of editions for its operating system?
Answer:
Microsoft Windows offers the largest variety of editions for its operating system.
A function getints has been defined that has no parameters and returns an array of integer values. The first value in the array contains the total number of items in the array (including itself). Write code (not a function or main) to: Write a prototype for getints() Call getints() From the resulting array, print the first value (after the length) and the last value, each on a separate line.
Answer:
Explanation:In the below code : Create method getints() : with no arguments and integer array return type Inside method : Declare n integer Input n Declare integer array with n length : arrInt Assign n at 0th array index Use loop from 1 to n: i counter Input arr... view the full answer
Function getints is presented in the Prototype of the following code will be:
// Prototype
int* getints();
What is function getints?This function requests an integer from the person using it and then returns it. You can ask for the integer using a prompt argument.
Older OSes used the C method getch() to collect user input. Depending on the function call, it only allows one input character at a time. Unless the user supplies input, the program's execution is halted.
For trhe Prototype the code will be:
// Prototype
int* getints();
For the getints the code will be:
// Call getints()
int* array = getints();
The print values will be:
// Print the first and last value
printf("The first value is %d\n", array[1]);
printf("The last value is %d\n", array[array[0]]);
Learn more about function getints, here:
https://brainly.com/question/30928705
#SPJ2
If you use a pen down block to instruct a sprite to go to random position and then move 100, what happens? A. The sprite teleports randomly and creates a single line 100 units long. B. The sprite creates a 100-unit line between its starting point and a random location. C. The sprite draws a line to a random position, then creates another line 100 units long. D. The program does not run because these commands can’t be combined.
Answer:
C
Explanation:
The sprite draws a line to a random position, then creates another line 100 units long
During the installation of Windows Server 2019 Standard Edition, you encounter a disk that is marked as Disk 0 Unallocated Space on the Windows Setup wizard. What should you do to complete the installation on this disk
There are different kinds of system software. What should you do to complete the installation on this disk is to Create a new partition and then perform the installation
How are Hands-On Projects done?This kind of project are often completed in the right order that they were given and it often take about three hours or less to complete it in general. This projects needs:
• A system that has Windows Server 2019 that is said to be already installed based on Hands-On Project 1-1/1-2.
• A Windows Server 2019VM2 virtual machine also installed based on Hands-On Project 3-5.
Note that when one wants to install an operating system, one has to drive or make partition available so as to copy all the files..
During the installation of Windows Server 2019 Standard Edition, you encounter a disk that is marked as Disk 0 Unallocated Space on the Windows Setup wizard.
What should you do to complete the installation on this disk?
Create a new partition and then perform the installation
Load the device drivers for the Disk
Click Next to proceed with the installation
Format the disk using the Format option
Learn more about Windows Server from
https://brainly.com/question/25554117
what are different application software that uses telnet
Telnet is a protocol for bidirectional interactive communication between networked devices. Telnet is used by various application software for communication.
What is telnetExamples of Telnet application software include remote terminal emulation for accessing and interacting with remote computer systems or network devices. PuTTY, SecureCRT, and Tera Term use Telnet for remote terminal access.
Some network management software uses Telnet for remote management of devices like routers, switches, and servers. Examples: Cisco Network Assistant, SolarWinds Network Configuration Manager, HP Network Automation.
Learn more about telnet from
https://brainly.com/question/18237605
#SPJ1
is the practice of downloading and distributing copyrighted content digitally without permission??
Answer:
plagarism
Explanation:
this is not giving credit to/using copywrited info w/ out permission.
Using Phyton
Write a program with the following functions.
function 1: Accepts 2 strings as arguments. returns true if the second string is a part of the first string.
def something(string1, string2):
return True if string2 in string1 else False
This would be the most concise way of writing this function.
CORRECT ANSWER GETS BRAINLIEST. HELP ASAP
What is the computer toolbar used for?
Groups similar icons together
Holds frequently used icons
Organizes files
Sorts files alphabetically
Answer:
holds frequently used icons
Answer:
gives you quick access to certain apps
java has a class called window. give the code that creates an instance of the window type, assuming there are no inputs needed for creating the window.
Create a Window instance in Java using Window window = new Window(); assuming no inputs are needed, or Window window = new Window(args); if inputs are required.
Here is an example code that creates an instance of the Window class in Java, assuming there are no inputs needed for creating the Window:
Window window = new Window();
This code creates an instance of the Window class and assigns it to the variable window. The new keyword is used to create a new instance of the class, and the parentheses after the class name indicate that there are no constructor arguments.
Note that this code assumes that the Window class exists in the current Java project and that it has a default constructor without any arguments. If the Window class requires inputs to create an instance, then the code would need to be updated to pass the required arguments in the parentheses after the class name. For example:
Window window = new Window(100, 200);
This code creates an instance of the Window class with a width of 100 and a height of 200. The exact arguments required will depend on the implementation of the Window class.
Learn more about class here:
https://brainly.com/question/13104972
#SPJ4
How did early computing device such as Charles Babbage's analytical engine and Ada Lovelace's contributions set the foundation for modern computing
Early computing devices, such as Charles Babbage's Analytical Engine and Ada Lovelace's contributions, played a crucial role in setting the foundation for modern computing. Here's how their work contributed to computing development:
1. Charles Babbage's Analytical Engine: Babbage designed the Analytical Engine, a mechanical general-purpose computer concept, in the 19th century. Although the Analytical Engine was never fully built, its design and principles laid the groundwork for modern computers. Key features of the analytical engine include:
a. Stored Program: Babbage's Analytical Engine introduced the concept of storing instructions and data in memory, allowing complex calculations and tasks.
b. Control Flow: The Analytical Engine could make decisions and perform conditional operations based on previous computations, resembling the modern concept of control flow in programming.
c. Loops: Babbage's design incorporated looping mechanisms, enabling repetitive instruction execution, similar to modern programming languages.
2. Ada Lovelace's Contributions: Ada Lovelace, an English mathematician, collaborated with Charles Babbage and made significant contributions to computing. Her work on Babbage's Analytical Engine included writing the first algorithm intended for machine implementation. Lovelace realized the potential of the analytical engine beyond numerical calculations and recognized its capability for processing symbols and creating complex algorithms. Her insights laid the foundation for computer programming and algorithms.
Lovelace's ideas about the analytical engine extended beyond what was initially envisioned. He stressed the importance of machines handling more than just numbers. Her contributions demonstrated computers' potential to perform tasks beyond basic calculations and numerical processing.
Collectively, Babbage's analytical engine and Lovelace's contributions provided early conceptual frameworks for modern computing. Their ideas influenced subsequent pioneers in the field, and the concepts they introduced paved the way for the development of the digital computers we use today.
Press CTRL+W to save the document.
True
False
Answer:
False.
Explanation:
Pressing CTRL+W will close the current tab or window. To save a document, you can use CTRL+S or go to File > Save.
Answer:
False
Explanation:
Pressing CTRL+W closes the current window or tab in most applications, but it does not save the document.
Technician A says that pinchweld clamps many be used to anchor a vehicle for straightening. Technician B says that a fixture system may be used to anchor a vehicle for straightening.
Who is right?
Answer: both
Explanation:
both of them are right
Drag each tile to the correct box.
Match the job title to its primary function.
computer system engineer
online help desk technician
document management specialist
design and implement systems for data storage
data scientist
analyze unstructured, complex information to find patterns
implement solutions for high-level technology issues
provide remote support to users
The correct match for each job title to its primary function:
Computer System Engineer: Design and implement systems for data storage.
Online Help Desk Technician: Provide remote support to users.
Document Management Specialist: Implement solutions for high-level technology issues.
Data Scientist: Analyze unstructured, complex information to find patterns.
Who is a System Engineer?The key responsibility of a computer system engineer is to develop and execute data storage systems. Their main concentration is on developing dependable and effective storage options that fulfill the company's requirements.
The primary duty of an online help desk specialist is to offer remote assistance to users, addressing their technical concerns and resolving troubleshooting queries.
The main responsibility of a specialist in document management is to introduce effective measures to address intricate technological matters pertaining to document security, organization, and retrieval.
Read more about data scientists here:
https://brainly.com/question/13104055
#SPJ1
the vehicle class should have a constructor with parameters for each field. the constructor should set the value of each of its fields. the vehicle class should have get and set methods for each field. the get and set methods should not call any other method. the vehicle class should have a tostring( ) method that returns a string containing the values of each of its fields. the tostring( ) method should not call any other method. the vehicle class should contain an abstract method named numberwheels( ) with return type int. the vehicle class should not contain any additional fields or methods besides those listed in this paragraph. the vehicle class should not implement any interfaces. the vehicle class should not extend any other class.
The vehicle class should have the following properties and methods:
What methods should vehicle class have ?Properties:
make (String)
model (String)
year (int)
color (String)
Methods:
Constructor with parameters for each field
Getter and setter methods for each field
toString() method that returns a string containing the values of each field
Abstract method named numberWheels() with return type int
The class should not contain any additional fields or methods beyond those listed, should not implement any interfaces, and should not extend any other class.
To know more about vehicle class , check out :
https://brainly.com/question/26327197
#SPJ4
Given the waveform below, derive the output waveform (Q) for the respective devices. All outputs start at RESET (Q = 0) state
a) S-R latch assuming A = S and B = R.
b) Gated D latch assuming C = EN and B = D.
c) Negative Edge-triggered D Flip-flop assuming C = CLK and A = D.
d) Positive Edge-triggered J-K Flip-flop assuming C = CLK, A = J, and B = K.
Explain online issue management
Answer:
Online issue tracking system is a computer software solution for managing issues lists. The lists of issues are defined by the organization activity field.The best example of online issue tracking software is a customer support call center. ... A Bug Tracker is also one of possible online issue tracking software
Explanation:
the answer has the explanation needed.
Edhesive 3.4 practice 1
Answer:
This is not a question bud
Explanation:
Place yourself in the position of a network designer. You have customers that are looking to improve their network but need your help. Read over each scenario to get an idea of what the customer currently has and what they will need of the new network. Customer may not always know exactly what they need so reading in between the lines is a great skill to start working on.
After picking out the requirements the customer is in need of solving, complete research on real world devices that may be a good fit for them. This can include new devices, services and cables depending on the customers' needs. Once you have finished your research make a list of the devices you are recommending to the customer. Each device/service will need an explanation on why you chose it, the price, link to the device and a total budget for reach scenario. Think of your explanation as a way of explaining to the customer why this device would fit their specific needs better than another one.
There is no one way of designing any network. Your reasoning for choosing a device is just as important as the device itself. Be creative with your design!
Scenario A: young married couple, the husband is an accountant, and the wife is a graphic designer. They are both now being asked to work from home. Their work needs will be mainly accessing resources from their offices but nothing too large in file size. They have a 2-story townhome with 1600 square feet space. There is a 2nd floor master bedroom with a streaming device, a 1st floor office space with a streaming device and living room with a 3rd streaming device. The wife works from the master bedroom while the husband works mainly in the office space. Their ISP is a cable provider, and they have a 200 Mbps download and a 50 Mbps upload service account. The cable modem is in the office space and they currently pay $5 a month to have an integrated wireless access point (WAP) but no ethernet capability. The office space will need to have a LaserJet printer connected to the network via ethernet Cat-5E cable. They want to stop paying the monthly $5 and have their own WAP. The WAP needs to have an integrated switch that can provide them reliable work-from-home connectivity, with at least 4 ethernet ports for growth, and steady streaming capability for their personal viewing. Budget for the network infrastructure improvement is under $2500.
The Ubiquiti Networks UniFi Dream Machine (UDM) is the perfect instrument to fulfill the couple's networking requirements.
What does it serve as?The all-inclusive device serves as a Router, Switch, Security gateway, and WAP delivering stable home-working performance. It provides four Ethernet ports operating at the most advanced WiFi 6 specifications, enabling convenient streaming for entertainment.
Besides its user-friendly mobile app assisting with setting up and management processes, the UDM accommodates VLANs so users can segment their network in order to heighten security.
Costing around $299 – obtainable from either Ubiquiti’s site or Amazon - and Cat-6 Ethernet cables costing roughly $50 for every five on Amazon, the total expenditure comes to $350, conveniently fitting in the prearranged budget of $2500.
Read more about budget here:
https://brainly.com/question/6663636
#SPJ1
You need to create a field that provides the value "over" or "under" for sales, depending on whether the amount is greater than or equal to 15,000. Which type of function can you write to create this data?
Since You need to create a field that provides the value "over" or "under" for sales, depending on whether the amount is greater than or equal to 15,000. the type of function that one can use to create this data is conditional function.
What is the type of function?This function takes a businesses amount as input and checks either it is degree or effective 15,000. If it is, the function returns the strand "over". If it is not, the function returns the string "under".
You can use this function to build a new field in a dataset by asking it for each row of the sales pillar. The harvest of the function each row will be the profit of the new field for that row.
Learn more about function from
https://brainly.com/question/11624077
#SPJ1
If a code block begins with the word "on," it will typically:
A. run a function.
B. specify a parameter.
C. cause an event.
D. create a variable.
SUBMIT
If a code block begins with the word "on," it will typically option C. cause an event.
What is the code block about?It is one that is seen as a lexical structure of grouped source code is known as a code block, also known as a compound statement. One or more declarations and statements make up a block.
A block-structured programming language is one that enables the creation of blocks, such as the blocks that are known to have been nested inside of other blocks.
Therefore, In structured programming, where control structures are created from blocks, blocks are said to be fundamental and as such, the code will option C. cause an event.
Learn more about code from
https://brainly.com/question/28384282
#SPJ1