Write a program to nead 10 number and start them asending order
Category: Computer Science
-
Computer Science Question
I need all the map assignments that I have not done did by tomorrow and the ones that are due as well.they are pretty easy its for a class name GY 208 you will have to log into my canvas
-
Homework 2
Find problems corresponding to homework 2 within attached PDF document. Submit your answers either within a Word or a PDF document.
-
Computer Science Question
The question solve a student then he improve his coding, language and theory based part. The question is very useful for this.
-
Computer Science Question
Week 4: Bonus R Programming GGPLOT on HMEQ data – 25 points (LO1)(LO2)
Completion requirementsOpened: Monday, March 30, 2026, 11:59 PM
Due: Sunday, April 5, 2026, 11:59 PM
The library, ggplot, is one of the most powerful and widely used data visualization tools in the R programming language. In this assignment, we will get up to speed using this library.
For this assignment, we will expand upon the ggplot assignment by using real world data.
HMEQ Scrubbed Data set provided below.
You have complete freedom to decide upon the graphs you generate. The only condition is that you must use ggplot to create the graph.
As you create each graph, either download it to your computer or take a screen shot of it.
Hand in the following:
- A File with your R program. This file should contain only the code (no output) and must have the typical r extension. No other file extensions will be accepted. The reason is that the assignment be graded based on your R code and not the output file. The output file will be used to verify the code commands. Also, please make sure that all comments, discussion, and conclusions regarding results are also annotated as part of your code.
- A PDF/DOC file with your output code. We are giving you more flexibility regarding how you want to present your output (tables, plots, etc.). You can either use RMD files that combine code, narrative txt, and plots or you can use word document with copy and paste from the R platform you are using. However, please remember that all output (tables, plots, comments, conclusions, etc.) shown in this file has to be generated by the same R code that you submit. This is important! Output shown that is generated using a separate code or output shown that is not supported by the submitted code will not be graded. Screenshots will not be accepted.
- Under each graph, describe in a few sentences what the graph is presenting. The sentences must be useful and understandable to a manager who does not understand technical concepts. Interesting and advanced graphs with good descriptions will get more points. So push yourself!
Essential Activities:
- Watch all the training videos
- Execute the example code while watching the training videos.
Notes:
- You may only use the HMEQ data set. If you use any other data, you will not receive any points.
- This assignment is due Sunday at 11:59 PM EST
-
Memory Allocation Algorithms
To complete this assignment, consider the following scenario:
- Eight unique processes (which terminate in the following order: 21 KB, 77 KB, 199 KB, 380 KB, 489 KB, 212 KB, 139 KB, and 302 KB) must be placed into ten memory partitions organized in the following order: 150 KB, 275 KB, 425 KB, 300 KB, 80 KB, 117 KB, 500 KB, 35 KB, 313 KB, and 269 KB.
Explain step by step how each of the dynamic storage allocation algorithms (first-fit, best-fit, and worst-fit) would place the given processes within the given memory partitions. Identify the memory partitions that remain after placing each process. Visually illustrate each algorithm with a chart or diagram. An was created in Excel, but you may also choose to use a graphics editing software (PowerPoint, Paint, PhotoShop, etc.) or upload a photo of a hand-drawn sketch.
Compare the algorithms and explain which model makes the most efficient use of memory and which model executes the quickest.
The Memory Allocation Algorithms paper
- Must be a minimum of two double-spaced pages (500 words) in length (not including title, reference page, and diagrams) and formatted according to APA style as outlined in the .
- Must include a separate title page with the following:
- Title of paper
- Students name
- Course name and number
- Instructors name
- Date submitted
Carefully review the grading rubric below and follow the .
Rubric
CPT304 W3A1 01.26
CPT304 W3A1 01.26
Criteria Ratings Pts This criterion is linked to a Learning OutcomeExplains Step-by-Step how Each of the Dynamic Storage Allocation Algorithms (first-fit, best-fit, and worst-fit) Would Place the Given Processes within the Given Memory Partitions, and Identifies the Memory Partitions that Remain after Placing Each Process
2 pts
This criterion is linked to a Learning OutcomeVisually Illustrates Each Algorithm with a Chart or Diagram
2 pts
This criterion is linked to a Learning OutcomeCompares the Algorithms, and Explains which Model Makes the Most Efficient Use of Memory
1 pts
This criterion is linked to a Learning OutcomeCompares the Algorithms, and Explains which Model Executes Quickest
1 pts
This criterion is linked to a Learning OutcomeWritten Communication: Control of Syntax and Mechanics
0.34 pts
This criterion is linked to a Learning OutcomeWritten Communication: APA Formatting
0.33 pts
This criterion is linked to a Learning OutcomeWritten Communication: Page Requirement
0.33 pts
the attachment I send is the example.
-
Electronic Portfolio
Instructions: Our initial portfolios will be setup on WordPress. This is for several reasons; a significant reason is the dominance of WordPress as a website engine. You have the option of using the free or self-hosting a site on your own hosting. I personally use but there are a number of choices. It is likely that this portfolio has the potential to grow into your professional portfolio so care should be taken with regard to design and professionalism. I strongly recommend you use “FirstNameLastName.com” as an URL since it is the most flexible and adaptable.
Your initial portfolio install should have the following pages and if this isnt your first ePortfolio class you should check your overall portfolio for content and update as needed:
- About You (a page that will highlight what you do for others and will grow to include your instructional design philosophy)
- Contact/Work with You page (a page that will at the minimum have a contact form)
- Blog (With a blog category and a portfolio category, you can do sub-categories under portfolio if youd like but at this point its not necessary)
-
T103/TM103: Computer Organization and Architecture
Question 1: Working with MARIE (10 Marks)
Write a MARIE assembly program that performs the following tasks:
Reads TWO decimal numbers A and B from the keyboard.
If A = B, Result= 0.
If A<B, store -1 in Result
If A>B, Result= A-B
Display the Result.
You should include the MARIE code in your answer (not a screenshot!), with an explanation of your code, especially the critical instructions.
Provide 3 screenshots of the MARIE simulator after running the program, showing the code and result for each of the above three cases.
Instructions:
Use the ORG instruction to start your program at address equivalent to 33610.
Change the representation of the Input and Output windows in the simulator to Decimal.
Make sure to include proper labels and directives at the end of your program.
Question 2: Working with Logic Gates (10 Marks)
You are asked to watch the video, Boolean Simplification using Karnaugh Map (Credit: ENGRTUTOR) which is found on the CLMS week 5 section of the course, and answer the following question:
In a 4-variable Karnaugh map, some cells may be marked d (or X) to represent dont-care conditions. A dont-care means the output is unspecified for that input combination. When simplifying a function using a K-map, a dont-care cell may be treated as 1 only when it helps create a larger valid group (thus simplifying the expression). Otherwise, it is treated as 0 and ignored. There is no requirement to include all dont-cares in groups.
Rule: Use a dont-care in a group only if it results in a simpler expression.
Given the 4-variable K-map for F(A,B,C,D) below, answer the following:
F C’D’ C’D CD CD’
A’B’ 1 1 d 1
A’B 0 d d 0
AB d 1 d 0
AB’ d 1 1 d
a) Grouping decision (4 marks)
Identify and clearly show the groups you will use in the given K-map to obtain a minimal simplified expression.
You may treat selected dont-care (d) cells as 1 only if doing so allows the formation of a larger valid group and leads to further simplification.
Any dont-care cell that is not required for simplification must be treated as 0 and left ungrouped.
Clearly distinguish the dont-care cells that you chose to use (for example, by marking them in a different color or notation on the K-map).
Briefly justify your grouping choices, explaining how the selected dont-care cells contribute to achieving the minimal expression.
b) Minimal simplified expression (2 marks)
Write the simplified expression of F.
c) Complement using De Morgan (2 marks)
Find F by applying De Morgans Law to your simplified result from part (b).
Show steps clearly.
Your final answer must be in POS (Product of Sums) form (you may keep it without simplification beyond De Morgan).
d) NAND-only implementation (2 marks)
Draw the minimal logic diagram of F using NAND gates only.
You may use NAND as NOT (inverter) where needed.
Your final diagram must implement the same function as in part (b).
-
T103/TM103: Computer Organization and Architecture
Question 1: Working with MARIE (10 Marks)
Write a MARIE assembly program that performs the following tasks:
Reads TWO decimal numbers A and B from the keyboard.
If A = B, Result= 0.
If A<B, store -1 in Result
If A>B, Result= A-B
Display the Result.
You should include the MARIE code in your answer (not a screenshot!), with an explanation of your code, especially the critical instructions.
Provide 3 screenshots of the MARIE simulator after running the program, showing the code and result for each of the above three cases.
Instructions:
Use the ORG instruction to start your program at address equivalent to 33610.
Change the representation of the Input and Output windows in the simulator to Decimal.
Make sure to include proper labels and directives at the end of your program.
Question 2: Working with Logic Gates (10 Marks)
You are asked to watch the video, Boolean Simplification using Karnaugh Map (Credit: ENGRTUTOR) which is found on the CLMS week 5 section of the course, and answer the following question:
In a 4-variable Karnaugh map, some cells may be marked d (or X) to represent dont-care conditions. A dont-care means the output is unspecified for that input combination. When simplifying a function using a K-map, a dont-care cell may be treated as 1 only when it helps create a larger valid group (thus simplifying the expression). Otherwise, it is treated as 0 and ignored. There is no requirement to include all dont-cares in groups.
Rule: Use a dont-care in a group only if it results in a simpler expression.
Given the 4-variable K-map for F(A,B,C,D) below, answer the following:
F C’D’ C’D CD CD’
A’B’ 1 1 d 1
A’B 0 d d 0
AB d 1 d 0
AB’ d 1 1 d
a) Grouping decision (4 marks)
Identify and clearly show the groups you will use in the given K-map to obtain a minimal simplified expression.
You may treat selected dont-care (d) cells as 1 only if doing so allows the formation of a larger valid group and leads to further simplification.
Any dont-care cell that is not required for simplification must be treated as 0 and left ungrouped.
Clearly distinguish the dont-care cells that you chose to use (for example, by marking them in a different color or notation on the K-map).
Briefly justify your grouping choices, explaining how the selected dont-care cells contribute to achieving the minimal expression.
b) Minimal simplified expression (2 marks)
Write the simplified expression of F.
c) Complement using De Morgan (2 marks)
Find F by applying De Morgans Law to your simplified result from part (b).
Show steps clearly.
Your final answer must be in POS (Product of Sums) form (you may keep it without simplification beyond De Morgan).
d) NAND-only implementation (2 marks)
Draw the minimal logic diagram of F using NAND gates only.
You may use NAND as NOT (inverter) where needed.
Your final diagram must implement the same function as in part (b).
-
Computer Organization and Architecture
answer this please and i need it asap
Question 1: (7 marks)We have a list containing employees working hours. Rearrange the list sothatemployees who worked overtime ( 40 hours) appear first, and employees whoworkedless than 40 hours appear at the end. Example:Input: [35, 45, 50, 30, 42, 38]Output after rearranging: [45, 50, 42, 35, 30, 38]To answer question 1, you need to do the following:1. Write an algorithm to do the above task2. Implement the algorithm using OUBuild script following the above steps. 3. Provide 2 screenshots for different output?4. If we need to sort the values the odd and even which sorting algorithmwecanuse as an efficient one?Question 2: (3 marks)Consider a video with a resolution of 640 480, 8-bit pixels (grayscale). The videohasaframe rate of 15 frames per second (fps) and a total duration of 5 minutes. Question:How many bits and bytes are required to store the entire video?Good luckEnd of the questions