Answer:ITS TRUe
Explanation:there ya go :^
WILL MARK BRAINLIEST PLZ ANSWER I BEG
Answer:
Professional programmers do not make syntax errors
Explanation:
Within a major students can choose to study a specific area within major. For example a journalism student may study military journalism or business journalism the specific area is called
Answer:
Specialization
Hope this helps!
Answer:
Specialization
Explanation:
Access from and output to the register is slow true false
Answer:
false
Explanation:
it depends most of time so false
Joseph's highest level of education is an associate's degree. For which position might he be verified?
A. Software Developer
B. Web Designer
C. Network Support Specialist
D. Network Architect
Answer:
B web Designer
Explanation:
have a nice day
good morning bikini bottom
Answer: it’s B web designer
Explanation: Just took the quiz so it’s approved by the quiz
Binary numbers to their Decimal equivalents – (11101100)2= (?)10
Hexadecimal numbers to their Decimal equivalents – (3AD)16= (?)10
Help Vaibhav to express the decimal number 2358 as an Octal number.
solve this asap and ill mark you brainliest
Answer:
q.no.1
ans=236
q.no.2
ans=914
Answer:
1.236
2.241
3.4466
Explanation:
It is very easy .I have a method
Which of these file formats would you choose if you had to create a vector graphic?
Graphic Interchange Format (gif)
Portable Network Graphic (png)
Adobe Illustrator (ai)
Microsoft PowerPoint (pptx)
Answer:
Don't know, but it's NOT (pptx)
Maybe you will have better luck than me Edge2020
The file format that one would choose if you had to create a vector graphic is Adobe Illustrator.
What is Adobe Illustrator?This is known to be a kind of Software that helps in editing of vector graphics and it is also used in design program.
Based on the specification above, The file format that one would choose if you had to create a vector graphic is Adobe Illustrator as that is its work.
Learn more about Adobe Illustrator from
https://brainly.com/question/15169412
#SPJ2
Which option represents a deliverable?
spiral method
project creep
rapid prototyping
requirements document
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct option for this question is requirements document.
The term deliverable in the project represents any quantifiable good and service that must be delivered to completion to the project. The requirement document represents deliverable. In the requirement document, you can specifically represent deliverables that would be achieved upon completion of the project.
However, other options are not correct because the spiral method is a type of software development methodology for developing software projects and rapid prototyping is a type of prototyping to build a prototype of a product rapidly to make requirements clear and concise to enter into the market. While project creep in project management refers to changes, continuous or uncontrolled growth in a project’s scope, at any point after the project begins
TASK: Write a static method called repeatString that takes as input a String parameter word followed by an int parameter num. It should return a String that would be the result of repeating word exactly num times. If num is 0 or negative, the method should output an empty string.
HINT: Don't print out anything! Your method should return a string, not print it. print the output of your method behind the scenes to check that your method returns the right string; if you add your own print statements then the output won't be correct.
HINT: Make use of String concatenation!
Answer:
Follows are the method definition to this question:
public static String repeatString(String word, int num)//defining a String method repeatString that takes two parameters
{
String Val= "";//defining String variable Val
for(int x = 0;x<num;x++)//defining for loop to calculate number of string
{
Val=Val+word;//hold calculated value in Val
}
return Val;//return Val value
}
Explanation:
Follows are the full code to this question:
import java.util.*;//import package for user input
public class Main//defining class Main
{
public static String repeatString(String word, int num)//defining a String method repeatString that takes two parameters
{
String Val= "";//defining String variable Val
for(int x = 0;x<num;x++)//defining for loop to calculate number of string
{
Val=Val+word;//hold calculated value in Val
}
return Val;//return Val value
}
public static void main(String[] ar)//defining main method
{
int num;//defining integer variable
String word; //defining String variable
Scanner on=new Scanner(System.in);//creating Scanner class Object
System.out.print("Enter numeric value: ");//print message
num=on.nextInt();//input value
System.out.print("Enter String value: ");//print message
word=on.next();//input value
System.out.print(repeatString(word,num));//call method and print its return value
}
}
Output:
Enter numeric value: 3
Enter String value: data
datadatadata
Description:
Inside the main class, a static string method "repeatString" is defined that accepts two parameters "word and num", in which one is a string and one is an integer.
Inside the method, the string variable "Val" is defined, which uses the "for" loop to calculate the number of string and store its value in the variable.
In the main class, the above two variables are defined, that uses the Scanner class object for input the value and pass into the method and print its value.
Describe any five modern application areas
of computer
Answer:
Some of the application areas of computer are banking, education, industries, entertainments, hospitals, data processing etc. ... and also online education. Different types of entertainment fields such as multimedia, film making with animation, graphics, audio and visual design are done with the help of computer.
the hardware device that allows the user to see the results after processing is the monitor,scanner,webcam,Camara
Answer:hey
Explanation:
A device is one that is an external device and includes Printer, monitor, keyboard, and scanner. The input device includes the mouse and other point devices.
The camera is also an input device, a web-cam is a external device. The external device that lets the user see the output or the result on the screen is monitor.Hence the option A is correct.
Learn more about the device that allows the user to see the results.
brainly.com/question/25756373.
I WILL MARK BRAINLIEST 1
Answer:
on or off
Explanation:
Answer:
on or off
Explanation:
A switch can only exist in one of two states: open or closed. In the off state, a switch looks like an open gap in the circuit. This, in effect, looks like an open circuit, preventing current from flowing. In the on the state, a switch acts just like a piece of perfectly-conducting wire.
4 Types of Switches
Basic types of switches are SPST, SPDT, DPST, and DPDT.
How many switches can you have on a circuit?
It may be as shown at the end of the run, but it may be between any pair of switch boxes (as shown in a later figure), or even between the panel and the first switch box. You can use as many 4-way switches as you like.
You want to create a computer that processes data very fast. What do you need to achieve this goal?
a bigger cooling unit
large CPU caches
more ALUs
a bigger hard drive
Answer:
large cpu cache
Explanation:
trust me
What is the difference between Narrow AI and Artificial General Intelligence (AGI)?
(not from google please)
Shannon wants to work with renewable energy. She is researching what it would take to become a geochemist. A geochemist is someone who uses chemistry to study water and elements in it. What skill or ability well Shannon need to be the most effective in this position?
Answer:
Critical thinking
Explanation:
Shannon needs to be a Critical thinker to be effective in this position. Critical thinking has to do with giving deep and good thoughts while doing analysis, or assessment in other to come up with good judgements about a subject or topic.
Since she is going to be studying water and elements in it, she would be doing a lot of analysis and assessments and In other to do good in her field she must learn to think critically before arriving at her conclusions.
Answer:
Critical thinking
Explanation:
Shannon needs to be a Critical thinker to be effective in this position. Critical thinking has to do with giving deep and good thoughts while doing analysis, or assessment in other to come up with good judgements about a subject or topic.
Since she is going to be studying water and elements in it, she would be doing a lot of analysis and assessments and In other to do good in her field she must learn to think critically before arriving at her conclusions.
Computer hardware is best described as
Computer hardware is best described as any physical component of a computer system that contains ICs, Circuit boards , or any other type of electronic.
Part 2: Code the Program Use the following guidelines to code your program. 1. Use the Python IDLE to write your program. 2. Using comments, type a heading that includes your name, today’s date, and a short description. 3. Set up your def main(): statement. (Don’t forget the parentheses and colon.) 4. Use at least two variables and two print statement to display your message to the screen. 5. Conclude the program with the main() statement. 6. Follow the Python style conventions regarding indentation in your program. 7. Run your program to ensure it is working properly. Fix any errors you may observe. Example of expected output: The output below is an example of a “Favorite TV Show” message. Your specific results will vary depending on the choices you make about your message. Output My favorite TV show is MythBusters. I like it because I learn a lot and they do crazy experiments. When you've completed writing your program code, save your work by selecting 'Save' in the Python IDLE. When you submit your assignment, you will attach this Python file separately.
# Replace this with your name, date, and a short description
def main():
x = "My favorite book is python for dummies."
y = "I like it because it introduces new python topics."
print(x)
print(y)
if __name__ == "__main__":
main()
In a business environment, in which situation would email be more appropriate for communicating than texting?
А
Sending a message to your supervisor for not able to attend social gathering
00
Sending a contract to your supervisor for her review and advice
C с
Sending a message to a friend about meeting at the ballgame later that evening
D
Sending a message to a co-worker about a special delivery at the front desk
Answer:
The answer to this question would be the second one.
Explanation:
The reason for this is because all of the other answers are not as work-related as the second one.
Cloud storage refers to the storage of data on ______.
Answer:
server
Explanation:
The storage of the data on the server of the web app is known as cloud storage.
The information regarding cloud storage is as follows:
It is the model of cloud computing in which the data is stored on the internet via the cloud computing provider that managed and operates the data storage.Also, it removes the purchasing & managing of the data storage infrastructure.Therefore we can conclude that the storage of the data on the server of the web app is known as cloud storage.
Learn more about the data here: brainly.com/question/10980404
3) You can't name your report.
True or false?
Not sure if this is a legit question or not but no you probably shouldnt give your report a name lol
A family member who hasnít worked with computers before has decided to change jobs. Youíve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: ìWhy so many different things? Why canít there just be one software that you could use for everything?î How would you answer?
There are too many diverse forms of media. For all of them to be suited under one program would make every server monotonous and pretty much the same. With different programs, different forms of diverse media are created.
my school blocked a lot of gaming websites.. do you have any good games that are unblocked???
Answer:
Well, it depends some systems are more strict... Krunker wasn't blocked now it is for a different district. But, the Google Doodle games are never blocked. Try the Ghost Game 2016 from Google... Or the Snake Game, or Pac Man. There are a few others like Solitaire. Browse the Google Doodles.
Hope this helps!
Answer:
cliker heros and cool math games are some
Explanation:
I really need help to answer all these questions if you could like answer thee on a docs then upload it on the site
plz do so xoxoxox
Answer:
Gossip
Explanation:
Hugs and kisses
Which of the following are examples of formal education? Check all of the boxes that apply. attending a college course at an accredited college attending a continuing education course reading a nonfiction book following a blog of an expert in the field
the answers are:
- attending a college course at an accredited college
- attending a continuing education course
Examples of formal education will be attending a college course at an accredited college and attending a continuing education course.
What is formal education?Formal education is the organized educational concept that integrates specialized training for occupational, academic, and formal development and goes from elementary (and in some countries, from nursery) school through university.
Features of formal education are given below.
The organization of formal schooling is pyramidal.It is purposeful and well-planned.Planned fees are consistently paid.Its grading scale is based on time.It is curriculum-driven and subject-focused. The syllabus has to be covered within a specific time period.The professors instruct the youngster.Studying a degree course at an approved university or taking an ongoing education course are forms of formal education.
More about the formal education link is given below.
https://brainly.com/question/16642972
#SPJ2
Dave is a website administrator and manages several websites and a couple of blogs. One of his primary concerns is secure data transfer. Which telecommunication component can help Dave and other users to encrypt data?
Answer: C:Control Software
Explanation: The test said so
what are four basic properties of waves?
Answer:
Amplitude, Wavelength, Frequency, and Speed.
Explanation:
Amplitude: The maximum displacement of the wave from the centerline (undisturbed position).
Wavelength: The distance from one crest (outer egde of wave) to crest.
Frequency: The number of crests that pass a single point over a unit of time.
Speed: How far the wave travels in a unit of time.
The basic properties of waves are: Amplitude, Wavelength, Frequency
and Speed.
Four basic properties of waves are:
1. Amplitude: The amplitude of a wave is the maximum displacement or distance that a particle in the medium (or the wave itself) moves from its rest position when the wave passes through.
2. Wavelength: The wavelength of a wave is the distance between two consecutive points that are in phase, such as two crests or two troughs. It is measured from one point in the wave to the corresponding point in the next wave.
3. Frequency: The frequency of a wave is the number of wave cycles (complete oscillations) that pass through a specific point in one second. It is measured in Hertz (Hz).
4. Speed: The speed of a wave is the rate at which the wave travels through the medium. It is the distance that a wave travels in a given amount of time.
Learn more about Waves here:
https://brainly.com/question/3381679
#SPJ6
Having a positive work ethic means accepting
constructive criticism even though it may be
painful. You should: (select all that apply)
show a positive facial expression.
maintain eye contact
not interrupt or speak until you are sure the
other person is finished making a point
question the person frequently throughout the
conversation
Answer:
2 and 3 (1 is debatable)
Explanation:
Answer:
123 and the next one is all of them
Explanation:
I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
select all that apply
The purpose of special effects in presentations is to _____.
improve their effectiveness
showcase the presenter's creativity
increase audience attention
focus audience attention
make boring presentations interesting
provide visual cues
Answer:
1,2,3,4,5
Explanation:
Answer:
improve their effectiveness
showcase the presenter's creativity
increase audience attention
make boring presentations interesting
provide visual cues
Explanation:
I WILL MARK BRAINLIEST!!!!!1
Answer:
They make the keyboard work properly
Explanation:
5. Choose the correct options:
a. Each bead in the heaven of Abacus has .... value
i) One
ii) Three
iii) Five
iv) None of the above
Answer:
in my opinion the answer is number 2 three opinion the answer is correct then mark me as brain list
HELP PLEASE!!!!!!!!
IT Professionals may implement a(n) questionable sites. Choose the answer to prevent users from visiting
A firewall
B spam filter
C anti-virus software
D content filter
Answer:
the answer is D. Content filter
An IT Professional may implement a content filter to protect the user from sites that seem questionable. (Mainly being offensive, inappropriate, and even dangerous for the user.)
I hope my answer came in handy! <3