One of the earliest uses of an electronic digital computer involved ________.
"bing ads keyword planner allows you to search for new keywords using a phrase, website, or category. from which bing ads tabs can you access keyword planner?"
Jared does not update his computer’s system software. What threat does his computer face?
viruses
hackers
Trojan Horses
worms
the answer is not viruses it is actually hackers.
What would you enter at the command prompt on a linux system to display present working directory?
a shrug is an example of
Final answer:
A shrug is a "non-verbal communication" gesture indicating uncertainty or indifference, involving the elevation of the scapulae and the trapezius muscles.
Explanation:
A shrug is an example of a non-verbal communication gesture that can convey a variety of messages such as uncertainty, indifference, or lack of knowledge about a particular subject. It is a symbolic action often learned through cultural contexts. Physical movement involves elevating the shoulders, which implicates specific muscles and joints, particularly the trapezius muscles and the scapulae (shoulder blades). When you shrug your shoulders, movements occur at the scapulae, such as elevation and sometimes slight upward rotation, depending upon the intensity of the shrug.
One way to make a data table stand out on the screen and help bring the viewer’s attention to it is to add a shadow behind the table. How can a PowerPoint user add a shadow to a table?
by choosing the Layout tab under Table Tools, clicking on Effects, and selecting Shadow
by choosing the Layout tab under Table Tools, clicking on Shading, and selecting Shadow
by choosing the Design tab under Table Tools, clicking on Effects, and selecting Shadow
by choosing the Design tab under Table Tools, clicking on Shading, and selecting Shadow
Answer:
a
Explanation:
Java is an object-oriented programming language true or false
Java is an object-oriented programming language that utilizes classes and objects to encapsulate data and functions, supporting core concepts like inheritance and polymorphism.
Explanation:True, Java is indeed an object-oriented programming language. It was designed to have as few implementation dependencies as possible, allowing developers to write code that runs anywhere Java is supported. Java is well-known for its portability across platforms, which is achieved through the Java Virtual Machine (JVM). As an object-oriented language, Java uses classes and objects to structure code, encapsulating data and operations on data within these constructs, and supports core concepts such as inheritance, polymorphism, and abstraction.
What symbol following a menu command lets you know that a dialog box will be displayed? an arrow a check mark an ellipse a radio button
Answer:
radio button
Explanation:
Several <INPUT> tags with the type = "radio" attribute allow us to select an option from those available. Radio buttons in the same group have the same value in the name attribute.
Syntax:
<INPUT TYPE = "radio" NAME = "variable" VALUE = "xxx"> description
Attributes:
TYPE - type of field to be used;
NAME - variable that will store the value of the selected option;
description - text that appears next to the radio button.
What is the maximum number of different codes that can be represented in 2 bytes?
Add pictures using the _______ tab.
a. insert
b. layout
c. home
d. design
Regardless of whether you are using a Microsoft Word or PowerPoint, if you are planning to add pictures to your presentation or document, you should click on the (A) insert tab.
In Microsoft PowerPoint, you can click Pictures and choose the picture you’d like to add from your computer, and in Microsoft Word you do the same thing and get the same results. The layout tab is only available on Microsoft Word while the design and home tab are available in both.
The first personal computer operating system was named ___________.
Suppose you have an int variable called number. what java expression produces the second-to-last digit of the number (the 10s place)? what expression produces the third-to-last digit of the number (the 100s place)?
Using ______, a smartphone can connect to an automobile audio/control system
What can geographers map with remotely sensed data?
In the late 1950s, the most likely setting for computers was a(n) _____. home college classroom specialist government laboratory, e.g., a military lab art gallery
Final answer:
In the late 1950s, computers were mostly found in specialist government laboratories, major corporations, and universities. They were large, expensive mainframes until the introduction of more accessible minicomputers and personal computers in later decades.
Explanation:
In the late 1950s, the most likely setting for computers was a specialist government laboratory, such as a military lab. Early computers like the UNIVAC I and the IBM 701 were large mainframe computers used primarily by government agencies, large businesses, and universities due to their high costs and complex data management systems. It wasn't until the 1970s that minicomputers became somewhat more accessible and later, in the late 1970s and early 1980s, fully assembled personal computers started to appear in businesses and upper-middle-class homes.
In project integration management, project ______ and _______ are intertwined and inseparable activities
Final answer:
In project integration management, project "planning" and "execution" are closely linked and must be managed together. Project managers must cohesively integrate planning, execution, and other processes with the knowledge areas to achieve success.
Explanation:
In project integration management, project planning and execution are intertwined and inseparable activities. These integrations emphasize the importance of a cohesive project environment where planning and executing the project are conducted in such a way that each process influences the other. Project managers must apply their unique skill set, incorporating various processes, including initiation, monitoring and controlling, and closing, aligning with all nine project management knowledge areas to meet the desired goals.
Effective integration management ensures that all elements of the project are properly coordinated, from the scope to the timeline and quality standards, resulting in successful project outcomes. Additionally, aspects like cost, time, communication, human resources, and procurement are vital components that a project manager must also synthesize into a harmonious entirety, often requiring a dynamic and flexible approach to address each project's unique challenges and risks.
In windows vista, which process allows you to display two documents side by side?
Jim wants to buy a car, but he’ll probably only need it for a couple of years. He has a short commute to work, so he won’t be putting many miles on his vehicle. What’s the best transportation option for Jim?
You just upgraded the ram on your pc at home. when you boot up the computer, it doesn't recognize the new memory even though it was on the qualified vendor's list (qvl) on the manufacturer's website. what are you going to need to do to solve this problem?
Which service is enabled on a cisco router by default that can reveal significant information about the router and potentially make it more vulnerable to attack?
What do authors use to point out important information?
A.Complex vocabulary
B.Figurative language
C.Introduction paragraphs
D.Key phrases
Maria found a cupcake recipe on a cooking blog. However, she would like to read comments and suggestions before she begins baking. What web resource would be most helpful?
A) Customer service
B) User manual
C) Vendor bulletin board
D) Video tutorial
Answer:
C) Vendor bulletin board
Explanation:
-Customer service refers to the assistance that helps users with questions or problems that they may have.
-User manual refers to a guide that products have that shows how to use them.
-Vendor bulletin board is a web forum created by the vendor in which users can post information, questions and opinions.
-Video tutorial is a video that teaches how to do something.
According to this, the web resource that would be most helpful for Maria to read comments and suggestions before she begins baking is the vendor bulletin board.
If you use a c++ key word as an identifier, your program will:
Assume that name has been declared suitably for storing names (like "amy" , "fritz" and "moustafa") write some code that reads a value into name then prints the message "greetings, name! ! !" where name is replaced the value that was read into name. for example, if your code read in "hassan" it would print out "greetings, hassan! ! !". **please ignore the spaces between the exclamation marks( ! ! ! )**
Write a program that calculates the cost of a phone call. The user enters a positive integer that
indicates the length of the call. The first two minutes of a phone call cost a flat $1.50. Minutes 3 to 10
cost 50 cents each. Each minute after 10 costs 25 cents each.
For example:
How many minutes is the call?
13
A 13 minute call costs 6.25
MY CODE SO FAR:
import java.util.Scanner;
public class Third {
public static void main (String[]args) {
Scanner num = new Scanner (System.in);
System.out.println("Enter number of minutes");
int x = num.nextInt();
I have gotten this far but im not sure what the rest is and how I would create the code for adding minutes. I know it has to do with final but not sure where to start. Thanks.
Here's an example Python code that calculates the cost of a phone call based on the length of the call:
print("How many minutes is the call?")
call_length = int(input())
if call_length <= 2:
cost = 1.50
elif call_length <= 10:
cost = 1.50 + (call_length - 2) * 0.50
cost = 1.50 + 8 * 0.50 + (call_length - 10) * 0.25
print("A", call_length, "minute call costs", round(cost, 2))
In this code, we first ask the user to enter the length of the call in minutes. We then use an if-elif-else statement to calculate the cost of the call based on the length. If the call is 2 minutes or less, the cost is a flat $1.50.
If the call is between 3 and 10 minutes, the cost is $1.50 plus 50 cents per minute after the first 2 minutes.
If the call is longer than 10 minutes, the cost is $1.50 plus $4.00 for the first 8 minutes, plus 25 cents per minute after the first 10 minutes.
We then use the round() function to round the cost to two decimal places and print the result.
Here's an example output for a 13-minute call:
How many minutes is the call?
13
A 13 minute call costs 6.25
What three things must a motorist carry with them while driving a motor vehicle?
please help
Which part of the computer controls the calculations that are requested of the central processing unit?
A-RAM
B-ALU
C-CISC
D-RISC
Which type of mail is used for mailing items such as books, catalogs, sound recordings, and video recordings?
You can use this method to determine whether a file exists.
A(n) _________ allows users to communicate and share information between computers
Answer:
network
Explanation:
A network refers to two or more computers that are connected to share data and resources like printers. The devices can be linked through cables, telephone lines, WiFi, among others. According to this definition, the answer is that a network allows users to communicate and share information between computers.