Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for mrnutty

The simplest sort, although inefficient. Below is a demonstration of bubble sort and insertion sort. The bubble sort just consists of 2 for loops and std::swap. The insertion sort uses 2 loops as well but not as much swap as bubble sort. Any questions ?

Member Avatar for 88omar
1
430
Member Avatar for 88omar

Hey guys does anyone knows how to generate a 4-1 dual multiplexer truth table i know how a single 4-1 looks but can't seem to get the dual one asked my lecturer and its wrong . I attached the diagram i derived

Member Avatar for 88omar
0
98
Member Avatar for 88omar

I got this assignment today and need as much help as possible please it is attached in the provided pdf document

Member Avatar for jwenting
0
113
Member Avatar for 88omar

Does anyone know how to convert a jk flip flop to a d flipflop in computer architecture or circuits?

Member Avatar for mrnutty
0
60
Member Avatar for 88omar

Hey does any one knows how to solve an expression as follows: (a+b)' (a+b') I am suppose to draw a circuit diagram for the original expression Simplify the expression with Boolean algebra to a minimum number of gates Draw a circuit diagram for the simplified expression. Thsnks in advance.

Member Avatar for 88omar
0
140
Member Avatar for 88omar

Hello there am having a little problem i am trying to add some validations to this from i made the form using tables however its not being color coded and when submitted its not checking the appropriate validations? any body can spear to look at it please. [code=Javascript] <html> <head> …

Member Avatar for 88omar
0
87
Member Avatar for 88omar

[CODE=vb]' Private Sub department() Dim dep As String dep = Trim(Adoaddlec.Recordset.Fields("department")) If (dep = "1") Then optict.Value = True ElseIf (dep = "2") Then optassessmentprogramme.Value = True ElseIf (dep = "3") Then optdbt.Value = True ElseIf (dep = "4") Then opttvet.Value = True ElseIf (dep = "5") Then optcarrerdev.Value = …

Member Avatar for 88omar
0
116
Member Avatar for 88omar

well i have been trying to get this thing to store in a database i created in mircosoft db any help would be appreciated. Thank you in advance Private Sub cmdadd_Click() optftime.Value = False optptime.Value = False optict.Value = False optassessmentprogramme.Value = False optdbt.Value = False opttvet.Value = False optcarrerdev.Value …

Member Avatar for vb5prgrmr
0
124
Member Avatar for 88omar

Hi there am trying to block a user at home from using the internet i am not acting as a server of any kind but the router/ cable box iis in my room along with a cnet ethernet switch 8 port to be exact, i would plug the person in …

Member Avatar for freshfitz
0
53
Member Avatar for 88omar

hey anyone know whats the major difference between the intel quad cre 2 processor over amd turion64x2 processor or visi vera, a detailed explaination would help

Member Avatar for jbennet
0
79
Member Avatar for 88omar

The question says Write a menu driven program that finds the minimum, maximum and sum of 3 numbers (integers). All the numbers entered should be unique. (i.e. no two numbers should be same .Check this condition) Please adhere to the following guidelines. a. Write a function that finds the smallest …

Member Avatar for Ancient Dragon
0
176
Member Avatar for 88omar

i got this question and started and got a bit stuck can u please help. it goes like this the questions asks us to Write a c-program to read 10 numbers from the keyboard and store the numbers in an array called numbers After storing the numbers in the array …

Member Avatar for Google Spider
0
194
Member Avatar for 88omar

Hi there again i tried answering the question amm i hope you guys can understand it its a structure ahh i am to: Write a program using (structures) that stores the details of students in a school. Create a structure called students with the following structure elements: Student name. student …

Member Avatar for prushik
0
147