Answer:
Directory Server
Explanation:
Maps network resources, such as files and user accounts, to network addresses. This allows the resources on a network to be discoverable.
You need to manage a process in the foreground by pressing Ctrl+C on the keyboard. Which signal code is sent to the process?
You are an IT administrator troubleshooting a Windows-based computer. After a while, you determine that you need to refresh the group policy on that computer. Rather than rebooting the computer, you open a command prompt from which the refresh can manually be completed. Which of the following is the BEST command line tool to run to accomplish this task?a. popdb. fsutilc. gpresultd. gpupdate
Answer:
gpupdate
Explanation:
My explanation was previously removed.
John works as an associate at a construction company. His job is to draft contracts for suppliers. Before he prints the contract, he sends it to his manager so that he can suggest any required changes. Which feature should John’s manager use to make the suggestions?
A.
Spell Check
B.
Track Changes
C.
Comments
D.
Edit
Answer: D
Hope that helped :)
The type of software used in soa architecture is often referred to as what?.
Answer:
software-as-a-service
Explanation:
how to make your phone flash when you get a notification
Answer:
If your talking about it turning on then go to notifications in the settings and turn on badges. If your talking about the flashlight on ur phone not possible.
Explanation:
A programmer wants to write code that directly accesses the computer’s hardware. Which is the best type of language for the programmer to use?.
Answer:
Assembly is the programming language that directly accesses the computer’s hardware.
Which of the following is not a good practice for effective Internet searches? Search for specific keywords that define your topic Use quotation marks to search for exact phrases Be general in your search query to get as many results possible Use or - to include or exclude different topics
Answer:
Be general in your search query to get as many results possible
Write a function ComputeVal that takes two integer parameters and returns the product of the two parameters plus 9. Ex: ComputeVal(4, 6) returns 33.
Answer:
#include <iostream>
using namespace std;
/* Your code goes here */
int main() {
int input1, input2;
int result;
cin >> input1;
cin >> input2;
result = ComputeNum(input1, input2);
cout << result << endl;
return 0;
Explanation:
Write a program that reads a list of integers, one per line, until an * is read, then outputs those integers in reverse. For simplicity in coding output, follow each integer, including the last one, by a comma. Note: Use a while loop to output the integers. DO NOT use reverse() or reversed(). Ex: If the input is:
Answer:
I'm just going to copy my pseudocode into an answer:
x = array()
i = 0
while (true)
j = input()
if j = "*" then break
x[i] = j
i++
print x.join(", ")
Explanation:
The program that read a list of integers, one per line, until an * is read, then outputs those integers in reverse can be found in explanation.
What is programming?Computer programming is the process of carrying out a specific computation, typically by designing and constructing an executable computer program.
Programming tasks include analysis, algorithm generation, algorithm accuracy and resource consumption profiling, and algorithm implementation.
The program that reads a list of integers, one per line, until a * is read, then reverses the output of those integers is:
x = array()
i = 0
while (true)
j = input()
if j = "*" then break
x[i] = j
i++
print x.join(", ")
Thus, it can be concluded that the above mentioned is the program for the given scenario.
For more details regarding programming, visit:
https://brainly.com/question/11023419
#SPJ5
What are this Chinese logo map
Answer:
hope it's helpful to you
Try to crack the code:
00110111 01001010 00110011 01011001 00111001 00100000 00110010 01001100 01000010 00110110 01000101 00100000 00110110 01001000 01010001 01010011 01001010
Answer:001101110010010100011011010110010011100100100000001100100100110001000010001101100100010100100000001101100100100001010001010101001101001010
Explanation:
i copied
Write a program to output 3 lines of text with the following information:
Student's first and last name:
Class:
Born in:
Answer
Answer:
C LANG
#include <stdio.h>
// function main begins program execution
int main( void )
{
printf( "student's first name" );
} // end function main
PYTHON
student's name=''
born_date=''
class=''
print ('')
Explanation:
create an sql database rows and Columns then use sql commands to call any specific data if so :
(you have a complet database of students data)
SELECT born_date
FROM students
//(Call all students born_date )
//you can specify
********,*********
to create an sql table
CREATE TABLE students (
name char,
born_date int,
class int,
);
Which feature in early networks made aggregating threat intelligence difficult?.
Considering the computing troubleshooting historical records, the feature in early networks that made aggregating threat intelligence difficult is "Point Solution."
What is a Point Solution?Point Solution is a term used in engineering and computing processes that involve the use of tools or machines to solve one issue or problem at a time within operations.
This situation leads to time-consuming and complicated means of solving multiple problems in operation.
Present Methods of solving aggregating threat intelligenceToday there are various means or formats for solving these problems which include the following:
STIX/TAXII, JSON, XML,PDF, CSVHence, in this case, it is concluded that the correct answer is "Point Solution."
Learn more about Point Solution here: https://brainly.com/question/17748237
HELP ME PLZ
A computer system has 16 GB of RAM and 8 MB of cache which is faster than
RAM
Explain why the computer system does not have 16 GB of cache.
Answer:
inorder to be close to the processor..the cache memory should be much smaller than the main memory...to increase processing speed.
Which of the following is used to regularly update an operating system? App Extension OS Patch
Answer:
patch
Explanation:
patch, by definition, is an update meant to fix security flaws.
app, extension, and os dont update
To regularly update an operating system is Patch.
What is Patch?Unlike different news apps, the Patch app allows users to subscribe to a personalized newsfeed from considerable cities and towns across the U.S. Following a smooth launch before this year, the app already includes over 233,000 downloads and averages a 4.5-star rating on both the Apple and Android app stores.In 2013, Patch was spun out of AOL as a joint experience with Hale Global. In January 2014, the latest owners reported layoffs of 400 journalists and other workers. In February 2016, The Wall Street Journal documented that Patch had 23 million users, which was advantageous and developing into new territories.The birth management patch may be a good alternative for someone who's sexually active, considers less than 198 pounds (90 kilograms), and discovers it hard to determine to take a pill every day or who keeps trouble ingesting pills. In some cases, medical or other circumstances make the use of the patch less practical or riskier.
To learn more about Patch, refer to:
https://brainly.com/question/20652851
#SPJ2
true or false windows 98 and windows xp are examples of an operating system?
Answer:
true
Explanation:
alannah just purchased a smart lock for her front door. how can she connect her lock to the internet so she can control the lock when she’s away from home?
Answer: cellular connection
She can connect her lock to the internet so she can control the lock when she’s away from home by Bluetooth connection. The correct option is D.
What is a Bluetooth connection?Bluetooth technology enables devices to communicate with one another without the use of cables or wires.
Bluetooth operates on a short-range radio frequency, and any device equipped with the technology can communicate as long as it is within the required distance.
Some devices can be connected to your phone via Bluetooth without the use of a cord.
After the first time you pair a Bluetooth device, your devices may pair automatically. If your phone is connected to something via Bluetooth, a Bluetooth icon will appear at the top of the screen.
Alannah can connect her lock to the internet and control it via Bluetooth while she is away from home.
Thus, the correct option is D.
For more details regarding Bluetooth connection, visit:
https://brainly.com/question/28258590
#SPJ2
Your question seems incomplete, the missing options are:
A. network cable
B. cellular connection
C. power cable
D. Bluetooth connection
Help please match them if you just put a link or say “I don’t know but thanks for the points” I’ll report your answer and you won’t get the brainliest
Answer:
Input: The user clicks a button
Output: A song is played
User interface: A screen with buttons, images, and text
Explanation:
NFPA 780, Standard for the Installation of Lightning Protection Systems provides information on the installation of _____ for lightning protec-tion systems [250.4(A)(1)].
Answer:
a and b. 250.4(A)(1) Note
Explanation:
Fill in the blank: A data analyst is creating the title slide in a presentation. The data they are sharing is likely to change over time, so they include the _____ on the title slide. This adds important context.
The title of a presentation often gives a meaning and closure to what the presentation is all about. The data they are sharing is likely to change over time, so they include the date of the presentation on the title slide.
A title slide in PowerPoint often has a lot of different meaning. The date on a title slide is usually placed in the Header and Footer box, you have to click on the Slide tab, select the Date and time check box.
The Layout option to title a slide is simply the following steps below
The first you click Home and select Layout. Select Title Slide for a standalone title page or select Title and Content for a slide that contains a title and a full slide text box. There are a lot of other layout options include titles, too. Pick the one that's best suited for your presentation.Learn more from
https://brainly.com/question/11068366
What is the difference between compliled and intebrated language?
(class 8th Subject Computer chapter 9 Control Structures In Python)
Answer:
A compiled language is a programming language whose implementations are typically compilers and not interpreters. In this language, once the program is compiled it is expressed in the instructions of the target machine. There are at least two steps to get from source code to execution. While, an interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions. While in this language, the instructions are not directly executed by the target machine. There is only one step to get from source code to execution.
I hope this helps.
Answer:
1.
Compiled Language:
A compiled language is a programming language whose implementations are typically compilers and not interpreters.
Interpreted Language:
An interpreted language is a programming language whose implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions.
2.
Compiled Language:
In this language, once the program is compiled it is expressed in the instructions of the target machine.
Interpreted Language:
While in this language, the instructions are not directly executed by the target machine.
3.
Compiled Language:
There are at least two steps to get from source code to execution.
Interpreted Language:
There is only one step to get from source code to execution.
4.
Compiler Language:
In this language, compiled programs run faster than interpreted programs.
Interpreted Language:
While in this language, interpreted programs can be modified while the program is running.
Create an application that prompts the user for a number and then displays the numbers 1 through the number entered, each on a separate line. Below the numbers, the sum is displayed.
Answer:
In Python:
start = num(input("Enter a number: "))
sum = 0
for x in range(1, start+1):
sum += x
print (x)
print ("Final Sum: " + sum)
Answer:
import java.util.Scanner;
public class NumberSum {
public static void main(String[] args) {
// TODO Auto-generated method stub
int num, sum=0,num1=0;
Scanner input=new Scanner(System.in);
System.out.println("Enter a number");
num=input.nextInt();
input.close();
do{
System.out.println(num1);
num1+=1;
sum+=num1;
}while(num1<=num);
System.out.println(sum);
}
}
you need to use task manager to analyze memory utilization on a windows system. for example, you need to see how much system ram is currently in use and how much is available. click on the tab in task manager that you would use to do this.
Answer:
Performance tabExplanation:
If you press on the performance tab you should be able to see how much memory is in use and how much is free. For example 50% or 8GB/16GBWhat does angularfirestoremodule. Enablepersistence() do.
What is the question
there is nothing clear stated here
What permissions are needed in order to use a work online that is in the public domain?
A.
Written permission from the creator
B.
A legal agreement attached to the work
C.
A justification through fair use
D.
None
The term “public domain” refers to creative materials that are not protected by intellectual property laws such as copyright, trademark, or patent laws. ... Anyone can use a public domain work without obtaining permission, but no one can ever own it.
? Question Select the correct answer from each drop-down menu. Which terms complete the sentence given below? In a presentation, A. master slides b. animations c. themes can be used to an object or text on a slide.
Answer:
B
Explanation:
Animations are used for cool transitions!
In a presentation, master slides are an essential feature that allows users to maintain consistency and apply themes to objects or text on each slide.
What do they serve as?They serve as a template for the entire presentation, enabling a unified look and feel throughout. By incorporating master slides, presenters can easily make global changes to fonts, colors, backgrounds, and other design elements, ensuring a cohesive and professional appearance.
This saves time and effort by eliminating the need to individually modify each slide. Additionally, master slides facilitate efficient management of animations and transitions, ensuring a smooth and engaging presentation experience for the audience
Read more about presentation here:
https://brainly.com/question/24653274
#SPJ2
Assuming a 1-KB page size, what are the page numbers and offsets for the following address references (provided as decimal numbers): a. 3085 b. 42095 c. 215201 d. 650000 e. 2000001
Answer:
(a) page = 3; offset = 13
(b) page = 41; offset = 111
(c) page = 210; offset = 161
(d) page = 634; offset = 784
(e) page = 1953; offset = 129
The page numbers and offsets for the following address are:
page number 3, with an offset of 13.page number 41, with an offset of 47.page number 210, with an offset of 641.page number 634, with an offset of 496.page number 1953, with an offset of 49.To find the page numbers and offsets for the given address references, we need to perform some calculations based on the page size.
Assuming a 1-KB page size (1 KB = 1024 bytes), use the following formulas:
1. Page number = Address reference / Page size
2. Offset = Address reference % Page size
a. 3085:
Page number = 3085 / 1024 = 3
Offset = 3085 % 1024 = 13
Address 3085 is on page number 3, with an offset of 13.
b. 42095:
Page number = 42095 / 1024 = 41
Offset = 42095 % 1024 = 47
Address 42095 is on page number 41, with an offset of 47.
c. 215201:
Page number = 215201 / 1024 = 210
Offset = 215201 % 1024 = 641
Address 215201 is on page number 210, with an offset of 641.
d. 650000:
Page number = 650000 / 1024 = 634
Offset = 650000 % 1024 = 496
Address 650000 is on page number 634, with an offset of 496.
e. 2000001:
Page number = 2000001 / 1024 = 1953
Offset = 2000001 % 1024 = 49
Address 2000001 is on page number 1953, with an offset of 49.
Learn more about offset here:
https://brainly.com/question/32088531
#SPJ3
I am malala how one girl stood up for education and changed the world pdf.
Answer:
what?
Explanation:
When you connect a printer to your computer, ________ allows the operating system to detect the printer to make setup easier.
Answer:
PnP
Explanation:
You receive a worksheet in which the rows are numbered 1, 2, 3, 5,6. This means that row 4 is _____.
People often hide cells of worksheet due to different reasons. This means that row 4 is hidden.
A worksheet is commonly know as a sheet of paper/computer sheet with which work is done or performed.
An individual can hide any worksheet so that it can be removed from their view. The data in hidden worksheets is not visible to the person, but it can still be referenced from other worksheets and workbooks. One can unhide hidden worksheets if need be.
Learn more from
https://brainly.com/question/17106092