Research data representation in modern computer systems. Based on your research, answer the following (400-600 words):
Difference among machine code, assembly code, and high-level languages.
Machine Code :
1. Machine Code are command code that directly run by machine processing unit.
2. It is on 0's and 1's binary data.
3. It is run without translation by computer.
4. It is machine dependent.
5. It is combination of Operation code(instruction set code ) and operands ( where to save data or read from )
6. It is difficult to write directly and it prone to errors.
6. Ex binary syntax
Assembly Code:
1. In assembly language programs written for one processor will not run on another type of processor
2. It depend on processor instruction set in alphanumeric codes
3. It is faster and than high level
4. It can better optimize
5. Performance and accuracy of assembly language code are better than a high-level
6. Code of assembly language is difficult to understand and debug than a high-level
7. Working with bits is easier in assembly language
8. Need assembler to convert into machine code, computer cannot understand assembly language directly.
9. ex Arm
High Level Language:
1. Machine dependent language
2. User friendly
3. High-level language programmer does not need to know details about hardware
4. It needs compiler to translate into machine code
5. The executable code of high-level language is larger than assembly language code so it takes a longer time to execute.
6. Due to long executable code, high-level programs are less efficient than assembly language programs.
7. ex C, C#
Steps to compiling C program:
1. Write a C code in main.C file.
ex code :
#include <stdio.h>
int main(void)
{
printf("Hello");
return 0;
}
2. it must pass through the preprocessor first step.
3. in above step code is reformatted (remove comments from code) to prepare for next step and output extension is xxx.i
4. Next step is compiler, it takes preprocessor output (xxx.i file) and generate assembly instruction with extension xxx.s
5. Next Assembler take xxx.s file and convert it into machine code with extension xxx.o
6. Next Linker rearrange and fill in missing pieces of our program which is out of order.
7. Then the final xxx.o is the executable file after patch up code by linker to make successfully call function.
Research data representation in modern computer systems. Based on your research, answer the following (400-600 words):...
In your own words, clearly distinguish between data and information within the context of computer-based information systems. Use a suitable diagram to illustrate your answer.
What is data mining? In your answer, address the following: (In your own words) Is it another fad? Out of the three pre-requisite data science skills (database management, statistics, and machine learning) which one(s) are most important to master? Explain how the evolution of database technology led to data mining. Describe the steps involved in data mining when viewed as a process of knowledge discovery.
The vast majority of firms these days have computer-based information systems. Discuss the main benefits and risks associated with computerized information systems and explain why each item is a benefit of weakness. General controls in an IT environment are very similar to entity-level controls discussed in the reading on the control environment and application controls are very similar to transaction-level controls. Describe the main differences between general controls and application controls. Provide two examples of each to illustrate your answer.
1) The vast majority of firms these days have computer-based information systems. Discuss the main benefits and risks associated with computerized information systems and explain why each item is a benefit of weakness. 2) General controls in an IT environment are very similar to entity-level controls discussed in the reading on the control environment and application controls are very similar to transaction-level controls. Describe the main differences between general controls and application controls. Provide two examples of each to illustrate...
Primary Task Response: Within the Discussion Board area, write 400–600 words that respond to the following questions with your thoughts, ideas, and comments. This will be the foundation for future discussions by your classmates. Be substantive and clear, and use examples to reinforce your ideas. JavaScript is used in for client-side scripting of Web pages. JavaScript is very versatile and increases the interactivity of Web sites. Research online, and discuss the purposes and uses of JavaScript. Answer the following in...
Please answer the following question in 250 word counts in your own words please if using references please add reference at the end of the question Surveys such as the Consumer Assessment of Healthcare Providers and Systems (CAHPS) are based on sound research principles such as with randomized sampling, high response rates, and other systems to reduce bias. What are some of the types of bias, and how might bias distort data reporting?
research the following: Data modeling Benefits of SQL for application processing Based on your research and understanding, complete the following discussions: Discuss the benefits of views. Examine how views can affect database usability by considering both positive and negative aspects. Provide examples from business cases to support your response. Evaluate and discuss the given comment: "The database is slow and does not provide the data I need. Using this system makes my job harder." Based on your evaluation, answer the...
answer for all questions....
How do modern operating systems solve this? [3 marks] i) This is a snapshot of a page table and a translation look aside buffer (TLB) of an operating system (Assume that these are the only populated entries). Toble 1: Page Table Entry Virtual Page Page Frame Time Loaded Time R bit M bit number Referenced 2 0 60 161 0 1 1 1 130 0 160 1 2 26 162 0 1 30 3 20 163...
in 400 words answer the following: 1. Please choose two topics of your choice from chapters 5-7 (Future value and compounding, present value and discounting, bonds and bond valuation, bond ratings, or bond markets) Again, CHOOSE TWOand describe in your own words what you learned providing an explanation of 200 words for each topic. please pist any websites used for info.
Management Information system Please answer the following question QUESTION 19 Data are processed and stored in a computer system through the presence or absence of electronic or magnetic signals to the computer. This is called a _______________ representation of data, because the computer and the media can exhibit only two states or conditions. Ternary Trinary Binary Bipolar QUESTION 20 Groupware aids collaboration by providing users with _______________. electronic mail, scheduling, and task management electronic mail and spreadsheet software electronic mail...