Answer:
Data tab and external links group.
Explanation:
I'm not 100% sure but it makes the most sense
Answer:data tab and external links group
Explanation:
Which software programs should students avoid using to create and submit course work? (Choose all that apply).
Word
Pages
Numbers
Keynote
Select one among the the main categories of computer software, which one is not a category
of Computer software? (1 mark) US
Application
Programs
Utilities
Systems
Answer:
utilities
Explanation:
the other 3 are Cs programs
Effective communication in our relationships with others has several practical functions, including preventing unwanted problems, and strengthening levels of trust, honesty, respect, and morale.
Answer:
True.
Explanation:
Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties.
An effective communication can be defined as an act that typically involves conveying or disseminating information efficiently and effectively from an individual (sender) to another (recipient) without any redundancy. Thus, effective communication ensures that messages or information are transmitted properly, guarantees a feedback, lacks the use of harsh tones, ensures both parties are well understood, gives room for clarity etc.
Hence, effective communication in our relationships with others has several practical functions, including preventing unwanted problems, and strengthening levels of trust, honesty, respect, and morale.
A typical computer user will never come across most of the computer's files; the majority of files on a
computer are only relevant to the computer itself or a developer.
True
O False
Answer:
True
Explanation:
Answer:
The answer to this question is given below in the explanation section
Explanation:
The answer to this question is True. As you know that a typical computer user doesn't use most of the computer's files, because the majority of the computer's files on the computer are only relevant to the computer itself or a developer.
For example, a typical computer user can use internet explorer to search for something online on the internet. He/she can't come across to change the firewall, inbound and outbound net setting, etc. For example, A typical user will not use IIS and comes across its related files but a developer who is developing the web application can use and change setting in IIS.
A typical user can not change the environment variable but the developer can change the environment variable and computer registry setting.
Also a typical user does not change the windows setting and come across all files related to windows setting but developer can change.
Jacob has a text file open, and he is typing on the keyboard. What is the best description of how the
changes are being implemented?
The original file is temporarily changed; the changes become permanent when he clicks "save."
The new version is kept in a special virtual space; the file is only changed when he clicks "save."
The information is stored on the clipboard:
O A copy is created with a new filename, which will overwrite the old one when he clicks "save."
Answer:
The new version is kept in a special virtual space; the file is only changed when he clicks "save."
The new version is kept in a special virtual space; the file is only changed when he clicks "save." this is the best description of how the changes are being implemented. Thus, option B is correct.
What is a keyboard?Using a keyboard, users can input characters, symbols, and integers into the device. Whenever you write, you hit each key located on the keyboard separately.
As she is changing the files or editing the file she is editing the file and the changes are definitely being made in the same but that does not mean that the whole file is edited and when you open it will be changed.
This process is being done in a virtual space. It will only be secured after she has saved the document on which she is working.
Therefore, option B is the correct option.
Learn more about the keyboard, here:
https://brainly.com/question/14313428
#SPJ2
Illustrator : how do you edit a swatch ?
Answer:
To edit an existing pattern, double-click the pattern in the pattern swatch, or select an object containing the pattern and choose Object > Pattern > Edit Pattern
For Questions 1-4, consider the following code: def mystery1(x): return x + 2 def mystery2(a, b = 7): return a + b #MAIN n = int(input("Enter a number:")) ans = mystery1(n) * 2 + mystery2 (n * 3) print(ans)
What is the output when the user enters -4?
What is the output when the user enters 3?
What is the output when the user enters -2?
What is the output when the user enters 9?
Answer:
What is the output when the user enters -4?
-9
What is the output when the user enters 3?
26
What is the output when the user enters -2?
1
What is the output when the user enters 9?
56
Explanation: Just did it and got all correct. Hope it helps!!
Tell what an array is and list two scenarios in which modeling data as a Java array (vs. another data type) would make sense.
Answer:
The definition including its context of this discussion is outlined in the following clarification portion.
Explanation:
An array seems to be a storage research method to collect a set number of constant weight. Whenever the array was indeed generated, the length including its array has been determined. Its period is set after development. Depending mostly on array description, the array may contain data structures and even some objects in something like a class. For primitive data types, the individual values become located at contiguous locations throughout the store.Scenario:
If we're to preserve a summary, we could use the appropriate array size. An individual can however preserve an object list.2. Answer true or false.
An alien may become a citizen by birth or wealth.
false
true
True - because you cant deny somebody who was legally born where you automatically become a citizen if you were born in that place.
Answer:
True
Explanation:
what is the coefficient in 2m³n
Answer:
i think it's '2'
Explanation:
cause coeffecient is the numerical factor of a term.
You have one IP address provided from your ISP with a /30 mask. However, you have 300 users that need to access the Internet. What technology will you use to implement the solution?A. PAT.
B. VPN.
C. DNS.
D. LANs.
Answer:
A. PAT.
Explanation:
Based on the detail given the technology I will
basically use to help implement the solution will be PAT which full meaning is PORT ADDRESS TRANSLATION reason been that PAT is a technology that enables multiple users to have access to the internet and secondly PORT ADDRESS TRANSLATION (PAT) can often share one IP public address to multiple or different internet users at a time.
The technology to use to implement the solution is PAT Port Address Translation.
What is PAT (Port Address Translation)?Port Address Translation (PAT) is an outgrowth of Network Address Translation that allows easy access of devices on a LAN to be assigned to a single public IP address to address to save IP addresses.
From the information given:
For 300 users to be able to use an internet connection with one IP address with an ISP /30 mask, they need to make use of the Port Address Translation.
This is because internet connection can be shared within the 300 users without glitch.Learn more about Port Address Translation and IP address here:
https://brainly.com/question/6888116
which is the best video games
Answer:
overwatch and dead by daylight
Answer:
GTA V and COD
Explanation:
4.3 lesson practice
4.3 lesson practice:
1. Count variable loop
2. User input
3. Count variable loop
Suppose you change the program in the last problem so the user enters exactly 17 numbers, the loop would then be an example of a count variable loop.
It should be noted that a count variable loop refers to a control type of program loop that is controlled by an integer which counts up from an initial value to an upper limit.
From the complete question, when the user changes the program in the last problem so the user enters exactly 17 numbers, the loop would then be an example of a count variable loop.
Read related link on:
https://brainly.com/question/19584494
Choose the best collection for each situation.
You need to keep a record of the ages of the last 50 customers visit a restaurant. As new customers come in you delete the age that has been in the list the longest.
You need to store the GPS coordinates of the hospitals in a state in order to find the nearest hospital for ambulance helicopters.
You write a loop to save anywhere from 10 to 100 values from a user. You will pass the collection to a function to find the average.
Answer:
Deque: You need to keep a record of the ages of the last 50 customers visit a restaurant. As new customers come in you delete the age that has been in the list the longest.
Tuple: You need to store the GPS coordinates of the hospitals in a state in order to find the nearest hospital for ambulance helicopters.
List: You write a loop to save anywhere from 10 to 100 values from a user. You will pass the collection to a function to find the average.
Explanation: Just got the results back no thanks to the guy above
The best collection for the situations will be deque, tuple, and list.
A deque refers to the ordered collection of items that is similar to the queue. It has two ends and the items remain in position in the collection.
A tuple refers to the finite ordered sequence of elements. It is a data structure that is used in storing an ordered sequence of values.
Since the last 50 customers visit a restaurant, deque will be utilized. Tuple will be used when one needs to store the GPS coordinates of the hospitals in a state in order to find the nearest hospital for ambulance helicopters.
Read related link on:
https://brainly.com/question/17483083
Which term refers to testing that your software still works as intended once it is connected to other systems?
a
stress testing
b
regression testing
c
user acceptance testing
d
load testing
Answer:
c
user acceptance testing
Which of the following types of software applications would open a txt file?
A. Image editor
B. Database
c. Media player
D. Word processor
Answer:
database or word proccessor
Explanation:
A.
Answer:
Word Processor
Explanation:
A-p-e-x
What don’t colleges consider when deciding whether to accept you as a student?
Awnser: Your skills, compatibilities, grades in highschool, and criminal record would most likely be a helping key for deciding who will be accepted into the college.
(This is a guess, and could completely have been wrong, concluding that I have never been in a college.)
PLZ! What is an example of a current board game that involves moving pieces around and taking risks? 10 POINTS!
Answer:
Easy, Risk
Explanation:
A company decides to design and produce a new type of ice skate. Which of the following should the company do first?
Since the company have decided to design and produce a new type of ice skate, the company need to test the design of their new skates.
The testing of the skates design is necessary to know how safe or efficient, the skates will be when produced.
In conclusion, because the company have decided to design and produce a new type of ice skate, the company need to test the design of their new skates.
Read more about product design
brainly.com/question/25886641
If a computer has eight-byte addressability and needs three bits to access a location in memory, what is the total size of memory in bytes?
Answer:
64 byte of memory
Explanation:
The computer has 8 bytes addressability and the memory only requires 3 bits to access its entire memory size. Remember that a computer is an electronic device and it stores data and receives instructions in binary of 1 and 0. So for an eight-byte addressable computer,
total memory size = 2^(3 bits) x 8 (computer's addressability)
= 8 x 8
= 64 bytes of memory.
Write a c program to print all possible marking schemes of 15 questions each with 3.
Answer:
#include <math.h>
#include <stdio.h>
#include <string.h>
#define BASE 3
#define NRQUESTIONS 15
void toABC(int n, char* buf, int base, int size) {
memset(buf, 'A', size);
buf[size] = 0;
while (n && size) {
buf[--size] = 'A' + (n % base);
n /= base;
}
}
int main()
{
char buf[16];
for (int i = 0; i < pow(BASE, NRQUESTIONS); i++) {
toABC(i, buf, BASE, NRQUESTIONS);
printf("%s\n", buf);
}
}
Explanation:
Assuming 3 is the number of possible answers to choose from for each question.
I tackled this by having an integer counter enumerate all values from 0 to 3^15, and then convert each integer to a base-3 representation, using ABC in stead of 012.
Challenge activity 7.6.1: Constructor overloading.Write a second constructor as indicated. Sample output:User1: Minutes: 0, Messages: 0User2: Minutes: 1000, Messages: 5000#include using namespace std;class PhonePlan{public:PhonePlan();PhonePlan(int numMinutes, int numMessages);void Print() const;private:int freeMinutes;int freeMessages;};
Answer:
#include
using namespace std;
class PhonePlan{
public:
PhonePlan();
PhonePlan(int numMinutes, int numMessages);
void Print() const;
private:
int freeMinutes;
int freeMessages;
};
PhonePlan::PhonePlan() { // Default constructor
freeMinutes = 0;
freeMessages = 0;
return;
}
PhonePlan::PhonePlan(int numMinutes, int numMessages) {
freeMinutes = numMinutes;
freeMessages = numMessages;
return;
}
void PhonePlan::Print() const {
cout << "Minutes: " << freeMinutes << ", Messages: " << freeMessages << endl;
return;
}
int main() {
PhonePlan user1Plan;
PhonePlan user2Plan(1000, 5000);
cout << "User1: ";
user1Plan.Print();
cout << "User2: ";
user2Plan.Print();
return 0;
}
Explanation:
The C++ source code has a defined class called "PhonePlan" with a default constructor which initializes the phone time and messages of a user to zero and another constructor method which assigns the "numMessages" and "numMinutes" to the user messages and minutes and displays it in the console.
The code that includes a second constructor is coded below.
Source code:
#include <iostream>
using namespace std;
class PhonePlan {
public:
PhonePlan();
PhonePlan(int numMinutes, int numMessages);
void Print() const;
private:
int freeMinutes;
int freeMessages;
};
PhonePlan::PhonePlan() {
freeMinutes = 0;
freeMessages = 0;
}
PhonePlan::PhonePlan(int numMinutes, int numMessages) {
freeMinutes = numMinutes;
freeMessages = numMessages;
}
void PhonePlan::Print() const {
cout << "Minutes: " << freeMinutes << ", Messages: " << freeMessages << endl;
}
int main() {
PhonePlan user1;
PhonePlan user2(1000, 5000);
cout << "User1: ";
user1.Print();
cout << "User2: ";
user2.Print();
return 0;
}
In this code, the `PhonePlan` class has two constructors.
The first constructor `PhonePlan()` is the default constructor that sets `freeMinutes` and `freeMessages` to 0.
The second constructor `PhonePlan(int numMinutes, int numMessages)` is an overloaded constructor that takes two parameters `numMinutes` and `numMessages`. It assigns the provided values to `freeMinutes` and `freeMessages`.
The `Print()` function is used to display the values of `freeMinutes` and `freeMessages` for each `PhonePlan` object.
In the `main()` function, we create two `PhonePlan` objects: `user1` using the default constructor and `user2` using the overloaded constructor with values 1000 and 5000 for minutes and messages, respectively. We then call the `Print()` function for each object to display the minutes and messages for each user.
Sample Output:
User1: Minutes: 0, Messages: 0
User2: Minutes: 1000, Messages: 5000
In the output, `user1` has 0 minutes and 0 messages, while `user2` has 1000 minutes and 5000 messages, as initialized by the overloaded constructor.
Learn more about Constructor overloading here:
https://brainly.com/question/13267120
#SPJ4
Based on the details in The Riddle of the Rosetta Stone, how did the career of Jean-Baptiste Fourier differ from that of Jacques-Joseph Champollion?
Unlike Champollion, Fourier studied in Paris with Sylvestre de Sacy.
Unlike Champollion, Fourier cared more about non-Egyptian articles.
Unlike Champollion, Fourier studied and learned many languages.
Unlike Champollion, Fourier accompanied Napoleon to Egypt.
Answer:
D
Explanation:
Answer:
d
Explanation:
It is a science fiction but the answer is not science fiction.it States ;it's inventiveness,uncertainly and futuristic ideas typically deal with science and technology. What's the answer? Kindly give me feedback
Answer:
The uncertainty of inventiveness and futuristic ideas usually deal with science and technology.
Inventibility is something uncertain which promotes a risk in any system in which it is inserted. With that, we can naturally associate it with the maintenance of science and technology, because both are in need of inventing new creations, which may or may not be effective for the defeat of uncertainties and the creation of certainties.
This is usually linked to futuristic ideas, which may not fit in today's society, but which impose improvements, or not, for societies in the future. Leading to the creation of more technologies and more sciences.
What is a central idea for 3 Despite this lack of precision, Galileo had constructed a wonderful invention. Yet, he considered it to be a useless toy and even called it a “little joke.” As far as anyone knows, the famous physicist, mathematician, and astronomer never tried to adapt the thermoscope into a device to measure the temperature of the human body.
Answer:
Main Idea of Despite this lack of precision, Galileo had constructed a wonderful invention. Yet, he considered it to be a useless toy and even called it a “little joke.” As far as anyone knows, the famous physicist, mathematician, and astronomer never tried to adapt the thermoscope into a device to measure the temperature of the human body.
Explanation:
please I need help.
Select the correct answer. of the four email features listed below, which is the most important?
O A. the To address
O B. the Bcc address
OC. the attachments
O D. the domain name
Answer:
The answer is the "TO address"
Explanation:
i just took the test and got it right sooooooo
Answer: A “The To adress”
Explanation:
got it right
A command economy tends to exist under a democratic government that provides little regulation. socialist government that provides some regulation. representative government that provides no regulation. communist government that provides a lot of regulation.
Answer:
a communist government that provides a lot of regulation.
Explanation:
a command economy is where they command you to do things and in a communist government the government runs most things if not all things.
A command economy tends to exist under a communist government that provides a lot of regulation.
A command economy is one feature of A communist system. It is a type of economy where the government is in charge of setting all the regulations on the goods that have to be made, the prices of the goods, investments as well as income of the people.
In this system, the government is the central planner given that they are the ones in charge of production.
Read more on https://brainly.com/question/19615108?referrer=searchResults
How can templates be made available to other users? your user profile directory a shared network location an intranet SharePoint document library none of the above
Answer:
b. a shared network location
Explanation:
A templates can easily be made available to other users through a SHARED NETWORK LOCATION reason been that shared network location allow other computer users on a computer network to easily and quickly access templates, stored files and to share files with one another or from one computer to another computer.
Therefore with SHARED NETWORK LOCATION templates can be made available to other users.
Answer: B
Explanation:
This algorithm creates a string from the message in which every vowel (a, e, i, o, and u) is removed unless the vowel is at the very start of a word (i.e., it is preceded by a space or is the first letter of the message). Every repeated non-vowel character is also removed from the new string (i.e., if a character appears several times in a row it should only appear once at that location). So for example the string "I will arrive in Mississippi really soon" becomes "i wl arv in mssp rly sn".
I'm garbage at coding plz help
After applying this algorithm, your program should output the shortened message, the number of vowels removed, the number of repeated non-vowel characters removed, and how much shorter the shortened message is than the original message. The exact format in which the program should print this information is shown in the sample runs.
plz help cyto, you're my only hope
The orbital diagram shows the valence electrons of sulfur, which has 16 electrons. If the electrons were added to the atom one at a time, which would be the last electron to occupy an orbital?
My question: Is this correct?
Answer:
Its the arrow going down in the 3p level!
Explanation:
The orbital configuration for the 16 atoms of the element Sulphur can be written thus [tex] 1s^{2} 2s^{2} 2p^{6} 3s^{2} 3p^{4}[/tex]. The last electron to occupy an orbital would be second arrow in the first box of the 3p level.
Each sublevel has to be half filled before taking in a second electron in the p, d and f levels.
Sulphur's last 4 atoms belongs to the 3p level ; which are 3px ; 3py and 3pz. Each of the x, y and z sublevels are given one electron each and the fourth and last electron ls then assigned to the 3px sublevel.
Therefore, the last electron will occupy the first sublevel on the 3p level.
Learn more :https://brainly.com/question/13594876