Answer:
Chipset, Expansion Cards, Sockets and Clock generator
Explanation:
Answer:
2
3
5
6
Explanation:
on edg
JAVA
Write a program that requests the user input a word, then prints every other letter of the word starting with the first letter.
Hint - you will need to use the substring method inside a loop to get at every other character in the String. You can use the length method on the String
to work out when this loop should end.
Sample run:
Input a word:
domain
dmi
Answer:
import java.util.*;
public class MyClass {
public static void main(String args[]) {
Scanner input = new Scanner(System.in);
System.out.print("Input a word: ");
String userinput = input.nextLine();
for(int i =0;i<userinput.length();i+=2) {
System.out.print(userinput.charAt(i));
}
}
}
Explanation:
This line prompts user for input
System.out.print("Input a word: ");
This declares a string variable named userinput and also gets input from the user
String userinput = input.nextLine();
The following iterates through every other character of userinput from the first using iteration variable i and i is incremented by 2
for(int i =0;i<userinput.length();i+=2) {
This prints characters at i-th position
System.out.print(userinput.charAt(i));
the Method of
getting
information out
of the computer
Answer:
There's alot of ways to read data from a computer. One way is to create a file pointer and read the bytes of data starting at that adress.
DO NOW
1. What are the 4 things that make a computer a
computer?
Answer:
CPU, GPU, Hard drive, Video Card
Explanation:
Which area located at the top of the word screen includes home , insert , and page layout ?
Answer:
Whats your qeustion
Explanation:
Answer:
Ribbon
Explanation:
The Ribbon is a user interface element which was introduced by Microsoft in Microsoft Office 2007. It is located below the Quick Access Toolbar and the Title Bar. It comprises seven tabs; Home, Insert, Page layout, References, Mailing, Review and View. Each tab has specific groups of related commands.
Which of the following led to the decline in production of LPs?
quality of LPs
appearance of LPs
cost of LPs
size of LPs
i will mark brainlist
In the early 1800's, a “computer" was not a machine, it was a person who did math
calculations.
O True
False
Answer:
True
brainly needs more words apparently
Using an electronic
, students can store images and recordings in one location.
Answer:
Flash card
Explanation:
That is electronic
Answer:
The answer is flash card. Sorry for putting a stupid answer last time. I couldn't see the photo.
Explanation:
Which steps are needed for word to create an index
Answer:
1. Position the insertion pointer where you want the index to appear. If you want the index to start on a new page, create a new page in Word. ...
2. Click the References tab.
3. In the Index group, click the Insert Index button. The Index dialog box appears. ...
4. Click the OK button to insert the index into your document.
Explanation:
Donovan is assigning a string value to a variable. Which is the correct program statement?
1songName = "Heartbreak Hotel"
Song Name = "Heartbreak Hotel"
songName = "Heartbreak Hotel"
songName! = "Heartbreak Hotel"
The correct program statement is 1stsongName="Heartbreak Hotel". thus option A is correct.
What do you mean by string value to a value?String variables can be defined more simply as variables that store zero or more text characters. Even though a string value solely contains numbers, it is still considered text.
We'll see. The look's name, but with gaps between the words. Due to the fact that embedded spaces are not permitted for an escalating let's see, this fails to qualify as an identity. Additionally, they experiment with Bolin's and the characters. To name this book, we will need to provide a list of characters, so let's have a look at these families first. The only thing that would fit because of the title's length is a string that starts with the letter "us." But to me, it even adheres to the camel case style that is frequently advised in the book, in which the initial letter is lower case and the remainder of the words start with a different letter. This is the only option that truly works.
Learn more about correct program here:
https://brainly.com/question/16995670
#SPJ1
Answer: The answer is c because i took the test
Explanation:
Display the total number of parking tickets.
Answer:
Explanation:
select * from customer where balance > (select avg(balance)
from customer) and credit_limit > (select avg(credit_limit) from customer);
what is a geostationary satellite and what makes them special? explain with a bunch of text
Answer:
Geostationary communication satellites are useful because they are visible from a large area of the earth's surface, extending 81° away in both latitude and longitude. They appear stationary in the sky, which eliminates the need for ground stations to have movable antennas.
Which of the following is the most reliable way to check the accuracy of a website?
Answer:
Examine the sources cited by the website
Explanation:
Due to the ability for everyone to create a website, and that there are no governing standards on the quality of information given on websites, it is important when conducting research to ensure that the sources on the web are up to date, accurate, and provide an objective view
Therefore, it is important to go through and examine the website critically using the the following criteria
1) The website coverage
2) The currency of the website's information
3) Weather the website is objective or not
4) The identity of the author of the website and the ability to contact the author
5) The accuracy of the information contained in the website
PLS HURRY
Look at the image below
Answer:
20
Explanation:
During the first iteration for the list [1, 4], numB = 1.
During the first iteration of the list [2, 3], numA = 2.
answer = answer + numA + numB
= 0 + 2 + 1
= 3
Since the list [2, 3] is in a nested loop, we need to first finish iterating the whole list before numB iterates to the next number, so numA = 3 this time and numB still stays at 1.
answer = answer + numA + numB
= 3 + 3 + 1
= 7
Now, numB moves to 4 and numA starts back at 2 again.
answer = answer + numA + numB
= 7 + 2 + 4
= 13
numB still says at 4 and numA moves to 3 since it is in a nested loop:
answer = answer + numA + numB
= 13 + 3 + 4
= 20
print(answer) will print the output 20.
Hope this helps :)
What type of degree do web masters tend to have?
at least a master’s degree, possibly a Ph.D
at least a bachelor’s degree, possibly a master’s degree
at least an associate's degree, possibly a bachelor’s degree
at least a high school diploma, possibly an associate's degree
Answer:
so whats the answer?
Explanation:
Answer: A. at least a bachelor's degree
Explanation:
Can speakers receive and send data?
Answer:
Depends.
Explanation:
If its a smart speaker, like Amazon Echo or Google Home, most likely yes. Especially since they have to communicate to other smart speakers if you have multiple. If you ask it questions, sometimes it pulls from its data banks to help answer it more accurately.
Answer:
CNCBN C FGB DHFJ NSJD
Explanation:
Take a minute to reflect on your thoughts and learning so far and discuss:
1- the skills you may need to have a career in media arts.
In paragraph form, identify and discuss at least 3 essential skills you need for a career in media arts and why they are important.
2- how the techniques used in different media artworks may reflect varying messages and points of view.
In paragraph form, state a company or product and describe 2 advertising techniques that will be beneficial to advertise it. One of your techniques should address the best type/form to advertise it and why you think it is the best.
Answer:
To be completely honest, this is a question that you and only you can answer really. You were the one that took the class and we cant reflect on your thoughts for you. I'm not trying to be one of those people, but its the truth.
Explanation:
Alishia's employer has its corporate office on one side of their city, but its data
center is on the opposite side. They want to the corporate office and data center to
be on the same network. Which network type would be appropriate?
Choose the answer.
MAN
SAN
WAN
OLAN
Hey! I just did the test and your answer is MAN.
If var = keyboard.nextInt(); var must be defined as which of the following types? *
keyboard.nextInt(); This is an example of using the scanner class to get input from the user. The nextInt(); function means that you're getting an integer from the user.
var must be defined as an int.
Name any two sites for the following
1. E commerce sites
2. online shopping sites
3. online news sites
4. social networking sites
Answer:
The answer to this question is given below in the explanation section.
Explanation:
This question is about to list two names of the given sites.
E-Commerce Sites: E-commerce sites are those sites that do online businesses.
The name of the two major e-commerce sites are:
Am a zon and
Alib a ba
Online Shopping Sites: Online shopping sites are those sites where you can buy things online as a customer.
For example
Alie x press
and W al mart
Online news sites: These are those site which provides you online new and current affair. For example:
B B C and
C N N
Social Networking site: These are those websites where people connect with each other and share their thought and ideas.
For example:
Face bo ok
Ins ta gram
how do you only give away only 5 points instead of 10 or more
Answer:
10 is basically 5.
It says 5 cus 2 people answer splitting the points :)
Explanation:
Answer:
you split the points
Explanation:
duh
When creating a shape in Word, what are some available options? Check all that apply. adding text to the shape changing the size of the shape changing the location of the shape changing the types of sizing handles hiding the shape so you cannot select it
Answer:
adding text to the shape
changing the size of the shape
changing the location of the shape
Explanation:
A word is can be regarded as graphical word processing program on the computer which can be used by users to type and to save documents. The word also has alot of useful tools with TABs such Insert, pagelayout, Design and others. It was developed by Microsoft corporation.
To create shapes in words, these step can be taken;
✓click "insert" at the interphase
✓Then look for "shapes" and select the needed shape.
✓To draw the shape, it should be clicked then drag holding the mouse.
✓after drawing, any modifications can be made, text can be added and lots more.
It should be noted that When creating a shape in Word, some of available options are;
✓adding text to the shape
✓changing the size of the shape
✓changing the location of the shape
Answer:
A. adding text to the shape
B. changing the size of the shape
C. changing the location of the shape
Explanation:
hope this helps :)
How has the global marketplace used emerging technologies to expand businesses
Answer:
Information Technology (IT) has revolutionized the way organizations conduct business by enabling small and medium businesses to level the playing field with larger organizations. Small businesses use an array of technology based on everything from computer server stations to portable mobile devices to expand competitive advantages in the global economic marketplace and marketing environment. So, small & medium business organizations owners are considering implementing information technology (IT) in their planning process for streamlined integration. Thus, this process is leading to future business expansion locally as well as globally. This decision allows proprietors to create smooth business operations using the most effective information technology available. On the other hand, the Internet has further linked the overseas suppliers of goods and services and their buyers. During the e-commerce era, internet traffic is increasing day by day, and e-commerce business is in the hyper growth stage. Information technology tremendously helps to boost the expansion of the current and future of marketing environment; communication technology became faster than ever. Though, globalization creates a little challenge for multinational companies to share resources and knowledge across a number of businesses inside and outside the country. Outsourcing and freelancer ease this challenge because multinational companies recruit talent freelancers and outsource their projects to the highly expert vendors and then the works are done through the team of people very effectively and efficiently.
Explanation:
How buffers are used when stream a video or a music from the internet to your computer.
Answer:
Restart it.
Explanation:
Robin has four copies of her midterm paper saved to a single folder on her
Windows computer. She wants to move each of these four files into a
separate folder within the existing one. How can Robin perform this task for
each file?
A. Open the folder containing all four files, right-click in the folder
window, select "New enter the new folder's title, click on one file.
drag it into the new folder.
B. Open the folder containing all four files, right-click in the folder
window, select "New Folder, enter the new folder's title, click on
one file, drag it into the new folder.
C. Open the folder containing all four files, right-click on one file.
select "New Folder, enter the new folder's title, click on the same
file, drag it into the new folder.
D. Right click on the folder containing all four files, select "Copy."
Open the same folder, select "Paste." Enter the new folder's title
Answer:
i think its b
Explanation:
im not sure but b seems reasonable. sorry if you get it incorrect :(
Answer: B. Open the folder containing all four files, right-click in the folder
window, select "New Folder", enter the new folder's title, click on
one file, drag it into the new folder.
Explanation: took the quiz
HEEEEEEEEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLPPPPPPPPPPPPPPPPPPPPPPPPPPP
Answer:
what is it that u need help with
Explanation:
______________ is a pre-designed format to help users with the creation of a document, like a flyer, brochures, or resumes. What's the answer for the blank?
A.PowerPoint
B.Excel
C.Template
D.Pie Chart
being a media and information literate indibidual is important especially during this modern time.give atleast three example situations that show its importance in your daily life
Answer:
I REQUIRE POINTS CAUSE I NEED ASWERS FOR M HOMEWORK
Explanation:
JAVA
Write a program that requests the user input positive numbers until they input -1, then prints the sum of all numbers.
Sample run:
Enter positive numbers (-1 to stop)
3
7
8
-1
Sum is 18
import java.util.Scanner;
public class JavaApplication33 {
public static void main(String args[]) {
Scanner scan = new Scanner(System.in);
int total = 0;
System.out.println("Enter positive numbers (-1 to stop)");
while (true){
int num = scan.nextInt();
if (num == -1){
break;
}
else{
total += num;
}
}
System.out.println("Sum is "+total);
}
}
I hope this helps!
The program is an illustration of loops.
Loops are used to carry out repetition operations; examples are the for-loop and the while-loop.
The program in Java, where comments are used to explain each line is as follows:
import java.util.*;
public class Main
{
public static void main(String[] args) {
//This creates a scanner object
Scanner input = new Scanner(System.in);
//This initializes sum to 0, and declares num
int sum = 0; int num;
//This gets input from the user
num = input.nextInt();
//The loop is repeated until the user enters -1
while(num!=-1){
//This if-condition ensures that, only positive numbers are added
if(num > 0){
sum+=num;
}
//This gets another input from the user
num = input.nextInt();
}
//This prints the sum of all positive numbers gotten from the user
System.out.print(sum);
}
}
The above program is implemented using a while loop
Read more about similar programs at:
https://brainly.com/question/15263759
Which are steps taken to diagnose a computer problem? reproducing the problem and using error codes reproducing the problem and troubleshooting using error codes and troubleshooting using error codes and stepping functions
The step taken to diagnose a computer problem is using error codes and troubleshooting. The correct option is C.
What is troubleshooting?A methodical method of problem-solving known as troubleshooting is frequently used to identify and resolve problems with sophisticated machinery, electronics, computers, and software systems.
The term troubleshooter, or in the 1890s, trouble-shooter, is where the verb troubleshoot first appeared in the early 1900s. Workers who fixed telephone or telegraph lines were known by this moniker.
The appearance of this infamous error screen on your Windows computer screen indicates that malfunctioning hardware has caused the operating system to experience a "stop error."
Therefore, the correct option is C, using error codes and troubleshooting.
To learn more about troubleshooting, refer to the link:
https://brainly.com/question/30048504
#SPJ5
Which statement assigns the value 140 to the variable streetNumber in Python?
streetNumber = 140
streetNumber! = 140
street number = 140
StreetNumber == 140
Answer:
A
Explanation:
i think