Category: Computer Science

  • Define programmer

    A person who know how to write a program is known as programmer

  • Computer Architecture

    Show all your work for each problem and sub questions, please do not skip steps in your solutions.

    Attached Files (PDF/DOCX): Computer_ARCH_Questions.pdf

    Note: Content extraction from these files is restricted, please review them manually.

  • Assignment #6

    Use the shapes in PowerPoint to draw the steps of executing the following set of operations on a hash table implemented with open addressing and probing. For each operation, draw the result of the table and indicate a collision and where the next probe occurs using arrows.

    1. Using linear probing with a table of size 13, make the following changes: add key 12; add key 13; add key 26; add key 6; add key 14, remove 26, add 39.
    2. Using quadratic probing with a table of size 13, make the following changes: add key 12; add key 13; add key 26; add key 6; add key 14, remove 26, add 39.
    3. Using double hashing with a table of size 13, make the following changes: add key 12; add key 13; add key 26; add key 6; add key 14, remove 26, add 39.

    I have included an example PPT.

  • Academic Research Poster – You must have experience please

    This is more of being proficient with graphics design than writing.

    I will share the research proposal that needs a poster done. Please read the “poster.pdf” as that’s the instruction. I’d prefer to see your previous sample of a research poster that you have done.

    Zoom “Marking.pdf” to 500x in your browser/pdf reader, to see the 0-100 marking grade

    I have attached 4 different samples of what a poster looks like.

  • Business Intelligence for Information Technology

    Short reflection paper: The Evolution of Data Analytics and Its Impact on Modern BI (23pages).

  • Computer Science Question

    Write a C++ program that calculates the factorial of a number using recursion.

    Tasks:

    • Implement a recursive function int factorial(int n) that returns the factorial of n.
    • Write a main function to test your recursive factorial function with several test cases.
    • Provide a detailed analysis of the time complexity of your recursive function.
    • Explain why recursion is appropriate for this problem and discuss any potential limitations or issues with recursion in general (e.g., stack overflow for large n).

    For this C++ assignment, submit a word document or PDF with screenshots of the working code snippets and the successful output of the program.

  • it245,halaa

    I need a complete and accurate solution to all questions and requirements, following all instructions. I want a solution without the use of artificial intelligence, one that leaves no room for error. Please only accept the task if you are certain you can solve it correctly and accurately, guaranteeing a perfect score. Please pay attention

  • it245,jaded

    I need a complete and accurate solution to all questions and requirements, following all instructions. I want a solution without the use of artificial intelligence, one that leaves no room for error. Please only accept the task if you are certain you can solve it correctly and accurately, guaranteeing a perfect score. Please pay attention

  • Computer science

    Submit all 5 portfolio Java files and the text file from portfolio 4

  • Homework 8

    Below, we have provided a suggested format to help you organize your work. Youre welcome to use it or adapt it to your own style just be sure your final submission meets all the requirements in the rubric.

    For each assignment, we suggest submitting two files:

    1. Your code file – contains all your work.
    2. Your answers file walks graders through what you did and what you found. For each coding question, include:
      • Methodology functions used, models implemented, and how the model was evaluated.
      • Results equations, graphs, tables, and performance metrics
      • Discussion of Results discuss what your results mean for this dataset. Mention anything surprising, possible reasons for weak performance, ways to improve the model, other analyses worth exploring, and any ethical or legal considerations