Answer:
Letter B. Browsing Functionality
Explanation: I just did this question
Workplace ethics include playing games. looking up things on the internet that are not work related. taking care of personal business without permission during work time. doing the work you have agreed to do while at work.
Answer:
Doing the work you have agreed to do while at work
Explanation:
I'm not sure what exactly there is to explain. The other options are not things that should be done in the workplace
10.13 lab 10c: output range with increment of 5 write a program whose input is two integers. output the first integer and subsequent increments of 5 as long as the value is less than or equal to the second integer. you may prompt for the two integers as you wish; the prompt will not be included in the grading. ex: if the input is:
he program gives an output in increment of 5, if the first inputted integer is less than the second. The program written in python 3 goes thus
A bus holds 45 people. The school will only use a bus if they can fill it completely. The rest of the people will ride in vans. Write a program that will take in the number of people that are signed up to go on a field trip. Have the program print the number of busses necessary and then total number of people that will need to ride in vans
for eclipse IDE
The program that will take in the number of people that are signed up to go on a field trip is illustrated.
What is a program in computer?A program is a set of instructions that a computer uses to perform a specific function.
The program will be:
#include <stdio.h>
int main(void)
{ int n;
printf("Number of people that are signed up to go on a field trip: ");
scanf("%d",&n);
printf("Number of buses necessary = %d\n",(n/45));
printf("Total number of people that will need to ride in vans = %d\n",(n%45));
return 0;
Learn more about program on:
https://brainly.com/question/1538272
#SPJ1
Which authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users and can be used together on the same network
The authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users are:
TACACS+RADIUSWhat is TACACS and RADIUS?RADIUS is known to be a service that is set up so as to be able authenticate and log in any person who is a remote network user.
Note that TACACS+ is used in the area of administrator access to network devices such as routers and switches.
Therefore, The authentication service options work with Active Directory and other types of directory servers to authenticate and authorize users are:
TACACS+RADIUSLearn more about authentication service from
https://brainly.com/question/14699348
#SPJ1
A database provides the capability of conducting searches or asking questions. A question or search for information in a database is called a ________.
A database provides the capability of conducting searches or asking questions. A question or search for information in a database is called a ___
✓ query
Using logic gates, design an active low chip select for the memory a 256
k memory device starting at address 48000016 in a 16 megabyte memory space
Answer:
Using logic gates, design an active low chip select for the memory a 256 K memory device starting at address 48000016 in a 16 Megabyte memory space AN 8 b) Develop the truth table for the combinational logic circuit shown below. х Y Z. Å Å Do AN 7 c) A cache memory stores frequently/recently used data and instructions during instruction execution.
Explanation:
Using logic gates, design an active low chip select for the memory a 256 K memory device starting at address 48000016 in a 16 Megabyte memory space AN 8 b) Develop the truth table for the combinational logic circuit shown below. х Y Z. Å Å Do AN 7 c) A cache memory stores frequently/recently used data and instructions during instruction execution.
What are the fundamentals of data and signals ?
Answer:
The sine wave is the most fundamental form of a periodic analog signal.
Explanation:
Cheng, a student, is researching a company's profile on a professional networking website. In what way will this kind of research benefit her
most?
OA
getting recommendations from teachers
O B.
preparing for an interview
O C. upgrading her knowledge
O D.
building her brand profile
The way that this kind of research benefit her is by upgrading her knowledge.
What is research?Research is known to be a kind of making of new knowledge through the use of (or not) of previous knowledge in a novae and creative way.
Note that The way that this kind of research benefit her is by upgrading her knowledge as it will help her to have and get new concepts, methodologies and also have good understandings.
Learn more about research from
om/question/968894
#SPJ1
What is the need for computer programming?
Answer:
See ExplanationExplanation:
Programming languages use classes and functions that control commands. The reason that programming is so important is that it directs a computer to complete these commands over and over again, so people do not have to do the task repeatedly. Instead, the software can do it automatically and accurately.
What is the purpose of a stock exchange? (Answer in your own words)
Answer:
Purpose of Stock Exchanges. Stock exchanges act as an agent for the economy by facilitating trade and disseminating information.
Explanation:
What kind of goal does ariel set when he works to graduate from high school in four years? short term long term normative fantasy
The type of goal that Ariel will set so that she can be able to works to graduate from high school is one that has to be long term.
What are personal goals ?These kind of goals are known to be things or items that a person is hoping on getting or achieving.
Therefore, the type of goal that Ariel will set so that she can be able to works to graduate from high school is one that has to be long term as it will be one that will last for a very long time.
Learn more about goals from
https://brainly.com/question/1512442
#SPJ4
Answer:
It is a long term project
Explanation:
Graduation high school well I mean it kinda gonna take a long time I mean 4 years I can't even count to 4!!
Match the script file extension to the description. - .bat - .ps1 - .vbs - .sh - .py - .js a. Windows PowerShell script file b. Unix or Linux shell script file c. Windows batch file
Answer:
.bat = windows batch file
.ps1 = windows powershell file
.vbs = virtual basic script
.sh = unix or linux shell script file
.py = python file
.js = javascript file
A student is going to e-mail a file she has created and needs to reduce the file size. What tool should she use to reduce the file size?
save and send
macros
compress media
save as
Answer:
Compress media
Explanation:
This zips the file into a smaller size which can now be sent. It can be decompressed to view.
what is the full meaning of I.C.T
Answer:
information communications technology
Answer:
The infrastructure and components that enable modern computing is known as I.C.T (information and communications technology).
Although there is no single, universal definition of I.C.T, it is widely understood to refer to all devices, networking components, applications, and systems that when used together allow people and organizations (i.e., businesses, nonprofit organizations, governments, and criminal enterprises) to interact in the digital world.
A student wants to check six websites. Four of the websites are social and two are school-related. After checking just two sites, she has to leave for school. What is the approximate probability that she checked a social website first, then a school-related website?.
The approximate probability that she checked a social website first, then a school-related website is known to be 0.267
What is the check about?In the above scenario, there are:
Total number of websites = 6
Number of school websites = 2
Number of social websites = 4
When she checks the social website first, the probability of checking a social website is said to be 4/6
If one social website is checked, she is left with 3 social website and 2 school websites. So now the total number of websites will be 5.
The probability that the 2nd website that she checks is school related will be = 2/5
Therefor, the approximate probability that she checked a social website first, then a school-linked website is =
4/6 x 2/5
= 0.267
Therefore, the answer will be 0.267 probability level.
Learn more about websites from
https://brainly.com/question/10475324
#SPJ3
A(n) ___ provides abstract methods and no other code. a. abstract class b. interface c. polymorphic class d. base class
Answer:
Abstract class.
Explanation:
I think it’s this because, the abstract class has no body.
How can we change our real institutions, such as Attica Prison, when they are designed to resist critical evaluation and operate in relative secrecy from taxpayers and legislators?
We can change our real institutions, to operate in relative secrecy from taxpayers and legislators by making good programs that will push the idea above forward.
What is evaluation?Evaluation is a known to be the act of critically examining or looking through a given program.
Note that It often involves collecting and analyzing information and as such, We can change our real institutions, to operate in relative secrecy from taxpayers and legislators by making good programs that will push the idea above forward.
Learn more about evaluation from
https://brainly.com/question/25907410
#SPJ1
_____ drives are storage drives that contain both solid-state storage and hard disks in an attempt to gain the speed and power of ssds while still having the low cost and storage capacity of hard drives.
Answer:
Hybrid drives are storage drives that contain both solid-state storage and hard disks in an attempt to gain the speed and power of ssds while still having the low cost and storage capacity of hard drives.
Which email protocol allows an email client to read mail stored on the mail server?.
Answer:
Internet Message Access Protocol (IMAP)
Explanation:
IMAP is used to read emails stored on a mail server, whereas POP3 allows the user to download the email onto their computer.
Hope this helps!
Does anyone have any tips on how to begin a 10 page Capstone project paper? I've got to write a write a research paper on the type of career I'd like to pursue, which is an IT career, and I just don't know how to start.
Answer:
first resherch what you will be doing on the job and maybe what training you will need and what school you will have to go to it might also help to include what pay you would get and how many hours you will do
Explanation:
sorry its not much but i hope this helps
Answer:
thank you ng marami
muamuamua ty sm
A company has dedicated a subgroup of its development team to coding the exception handling aspects of an application. what is the significance of exception handling?
Exceptional handling is the program handling in unexpected circumstances. Exceptional handling is significant as the functions showing errors could be corrected.
What is exceptional handling?In coding exceptional handling is the method to correct the errors in the function of the application program so that it does not get crash resulting in the loss of the task of the end-user.
It can be corrected by blocking, catching the handler, and by throwing expressions. The exceptions should be handled so that abnormal termination of the application is prevented.
Therefore, exceptional handling is significant to prevent program termination.
Learn more about exceptional handling here:
https://brainly.com/question/13261436
#SPJ1
The technique for locating the source of an error is to set up _____, which are locations where the browser will pause the program, allowing the programmer to determine the error at that position.
Answer:
I think the best fit for this would be Break points
Explanation:
Break points are useful for debugging a program. When line the break point is on executes, it pauses the program. In most IDEs it will show the call stack, all local variables, and other debug information, with break points you can step through your code to determine what is going on. Some IDEs have conditional break points where the break point only executes if the condition is true.
The technique for locating the source of an error is to set up Break points, which are locations where the browser will pause the program, allowing the programmer to determine the error at that position.
Why do small amounts of impurities have such a large effect in doping semiconductors?
You are responsible for managing an internal FTP server. A user reports that files available on the server yesterday are no longer available. Where can you look to determine what happened to the missing files
To determine what happened to the missing files are file Transfer Protocol (FTP) access logs list file activity on FTP servers, including file deletions or renames.
What is a FTP server?FTP is a File transfer protocol. It is a transfer of files from the client and the server on a computer network.
It is a basic thing in transferring or sharing files between two computer networks.
Thus, To determine what happened to the missing files are file Transfer Protocol (FTP) access logs list file activity on FTP servers, including file deletions or renames.
Learn more about FTP server
https://brainly.com/question/27610307
#SPJ1
One sign of a virus infection is that available memory is less than what should be available. Group of answer choices True False
Answer:
[tex]True.[/tex]
Electromagnetic waves can carry more data at higher frequencies. Why would a scientist opt to transmit data at a lower frequency instead?
What are the limitations of sending information using electromagnetic waves?
What are the differences between analog and digital signals?
What are the advantages of using digital signals over analog signals?
Using reliable internet sources, identify three ways we use analog and digital signals in our everyday lives.
PLS ANSWER QUICKLYYYY I NEED HELPP
Electromagnetic waves can carry more data at higher frequencies. because higher frequencies of the electromagnetic waves can travel short distances.
Why transmit data at a lower frequency?The limitations of sending information via electromagnetic waves is one where the electromagnetic waves is said to be moved outward in all directions.
Note that a Electromagnetic waves can carry more data at higher frequencies. because higher frequencies of the electromagnetic waves can travel short distances .
Learn more about waves from
https://brainly.com/question/25847009
#SPJ1
The concept of pirate radio led to the use of an online tool in which:
OA. music can be streamed or experienced online the instant it is captured.
B. musicians can adjust notes that are out of tune to make them sound better.
OC. artists can share news and concert dates with their current and future fans.
OD. friends can share audio or video files with other people on the Internet.
The concept of pirate radio led to the use of an online tool in which: A. music can be streamed or experienced online the instant it is captured.
What is a pirate radio?Pirate radio can be defined as an illegal and unlicensed radio broadcast station that receives unauthorized communication signals across borders. Also, the transmission technique, mode, and power used by pirate radio were unauthorized.
Consequently, the concept of pirate radio led to the use of an online tool called "live streaming" in which music can be streamed or experienced online the instant it is captured.
Read more on pirate radio here: https://brainly.com/question/16724264
#SPJ1
Which best describes how information is sent on the internet?
Answer:
a. The information is first sent via a Broadband for efficient transmission, and if not successful, only then it is resent via a Baseband that exists as a backup network as packets b. The message is first broken down into small packets before being sent, then they are
Explanation:
analog computer are general purpose computer true or false
Answer:
false
Explanation:
Analog computers were widely used in scientific and industrial applications even after the advent of digital computers
What would a world where we have 2^128 (340 undecillion) Internet connected devices look like? How could that much Internet usage make the world better?
A world have 2^128 (340 undecillion) of IPv addresses that helps to connect to the internet. IPv6 addresses can make it easier for working organizational teams connecting to the Internet, IP addresses that are created by IPv6 are 128 bits.
What is internet?Internet is the system uses the Internet protocol suite (TCP/IP) and interconnected computer networks that communicate between two or more individuals.
Today, almost 20 IP addresses are taken by7 each home for each electronic device. The internet usage is so wide, that even a simple task is not possible without it. Even a simple task can be done using internet.
Learn more about internet.
https://brainly.com/question/13308791
#SPJ1