Computer Science Homework Solutions

Converting binary numbers to decimal form.

Convert the binary number 1000101 to decimal form.

Converting decimals numbers to binary.

Convert the decimal number 452 to binary.

Maintainenance and upgrading computer infrastructure

I'm doing a project in which theoretically I am a new hire to a computer department. I need to document a plan for maintenance and upgrading the computer infrastructure for the company.I can include narratives, flowcharts and diagrams. Any ideas?

Show results for specific operations when x=1000 001 1001 0101.

For X = 1000 0011 1001 0101, show the result of the following operations: a) shr(X) ____ ____ ____ ____ b) shl(X) ____ ____ ____ ____ c) cir(X) ____ ____ ____ ____ d) cil(X) ____ ____ ____ ____ e) ashr(X) ____ ____ ____ ____ f) ashl(X) ____ ____ ____ ____ g) dshr(X) ____ ____ ___ ...continues

Please create a component diagram using the UML component symbols in visio. Cut and paste diagram to a word document afterwards

A registration application for a school: UML diagram types are: Case Object Sequence Collaboration Statechart Activity Component Deployment I'm asking for a component diagram info to assist in creating diagram: SSN address amountBalance new() getStudentInfo() registerForClass() registerFor ...continues

Browse