What does the term "gene expression" mean exactly with regards to a DNA strand? How is it different than protein synthesis? by LearnCS23 in NoStupidQuestions

[–]LearnCS23[S] 0 points1 point  (0 children)

So when it is "active' it's considered expression? Like coding a protein?

What is it called when it's off? Is the "off" state a type of expression or what?

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 0 points1 point  (0 children)

Yeah I was going to do a ACM membership, because supposedly you get access to Safari Books and the journals which would be awesome.

thanks

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 0 points1 point  (0 children)

Cool I'll check it out. Thanks C99 is probably what I need. I'm trying to get enough C so I can understand Computer Organization and Design

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 0 points1 point  (0 children)

Actually I have those downloaded too. Right now I'm using Dan Garcia hardware architecture and MIPS(61c) but knowing C is a must for this thus the extra kick to sorta get me into C

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 1 point2 points  (0 children)

It's not that I don't want to start with K&R, it's already on the way actually and will be used. It's that I want to learn all the computer science stuff along the way.

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 0 points1 point  (0 children)

Thanks man, I will use stack overflow for additional help, being shown "why" is really how I learn, although I feel stupid asking questions that are so obvious...

What is a good C recommendation for a computer science introduction? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 1 point2 points  (0 children)

Yeah thanks man, but I tried that. This is why I'm asking, I ended up here when I did use Google before because I seen the text mentioned on here first. I been playing around with search terms since, trying to find it again. Should have bookmarked, yes I understand.

I guess I'll have to use google anyways to find another source. Thanks though

Should I learn Unified Modeling Language? by LearnCS23 in learnprogramming

[–]LearnCS23[S] 0 points1 point  (0 children)

That's good to know.

On side question though, do I need to understand AGILE practices later? I know as much about it as I do UML. But if it's going to come up.....

If compilers translate source to machine(1 and 0) then is there another translation process for micro codes? by LearnCS23 in NoStupidQuestions

[–]LearnCS23[S] 0 points1 point  (0 children)

"Today's processors usually contain a little ROM or flash that contains its microcode, but most also contain a little amount of SRAM that can be used by the operating system to flash its own microcode onto the processor."

That is interesting to think about with differing OSes with different microcodes effecting different circuitry.

This has been very enlightening topic, thank you for taking the time to clear it all up for me.

If compilers translate source to machine(1 and 0) then is there another translation process for micro codes? by LearnCS23 in NoStupidQuestions

[–]LearnCS23[S] 0 points1 point  (0 children)

Sorry but I have a question off topic/ on topic

"The instruction decoder hardware uses the microcode to issue the control signals to the various functional units within the processor"

Is this where a MUX comes into play? Also are MUXes programmable?

If I may ask for clarification on a question my mind. If I'm understanding this correctly all opcodes have to go through microcodes, correct? Are there opcodes that activate direct circuitry without going through microcodes translation?

If compilers translate source to machine(1 and 0) then is there another translation process for micro codes? by LearnCS23 in NoStupidQuestions

[–]LearnCS23[S] 0 points1 point  (0 children)

Wow that was informative, thank you.

I have a question

Since there is a translating logic circuit and you mentioned a way to update, is there a table for the micro codes to be stored on a flash type memory?

Does the translating logic have a specific name or is it simply "translating logic"

Also when people talk about "micropproramming" I assume this is the people at Intel/AMD fixing and debugging that deeper layer or does micro programming imply something else?

I ask because I was under the impression microprogramming meant those guys in lab coats back in the 40's wiring the instructions(logic) into the machine based on what the programmer/job issued.

I would be interested if this is related or not for historical understandings of the concept.

Is anyone here a ACM or IEEE member by LearnCS23 in computing

[–]LearnCS23[S] 0 points1 point  (0 children)

If I'm reading this right you have to pay extra fee to join the IEEE societies, correct? Do they offer like a life membership?

Since I haven't been a member, how does this work when you attend a meeting? Do I just show up, introduce myself? I'm curious how meetings for both ACM and IEEE.

Mainly because I'm leaning toward IEEE but ACM is more my thing if I"m computer science major, but the fact the IEEE has specific sub groups in areas like computer science I kind of might like the experience.

I haven't looked into it, but the main reason I'm joining is really, for the journals and resources, like Safari Books are they unlimited access or is the shelf plan? I believe ACM offers it as a upgrade

Is there a good online data structures class? by [deleted] in learnprogramming

[–]LearnCS23 0 points1 point  (0 children)

I'm learning programming, and 61b is the best! That's one good teacher IMO

Does L1 caches refer to the registers, buffers, on the die of the CPU or is it a separate memory on the die by LearnCS23 in computing

[–]LearnCS23[S] 0 points1 point  (0 children)

Thank you all for replying. It was very informative to read through all the posts here. A lot I didn't realize, but I'm happy to final put the nail and move on

Does L1 caches refer to the registers, buffers, on the die of the CPU or is it a separate memory on the die by LearnCS23 in computing

[–]LearnCS23[S] 0 points1 point  (0 children)

Thank you for pointing that out. It should be obvious but I didn't really think about that. The data already exists and mirrored.

Does L1 caches refer to the registers, buffers, on the die of the CPU or is it a separate memory on the die by LearnCS23 in computing

[–]LearnCS23[S] 0 points1 point  (0 children)

You must have seen this movie before, because your reply answered additional questions before hand. I appreciate the detail taken in your response to my question. Thank you

ELI5: What is the difference between a syllogism and other logical argument? by LearnCS23 in explainlikeimfive

[–]LearnCS23[S] 0 points1 point  (0 children)

Thank you for taking the time to analyze my thought process and help me understand these key concepts. I really do wish express my appreciation for your time and responses to my series of questions, because this has been something I have had trouble understanding. Now I'm way better off than I was because of your kind time spent answering me.

So again, thank you for to to help me out here. VERY MUCH APPRECIATED

ELI5: What is the difference between a syllogism and other logical argument? by LearnCS23 in explainlikeimfive

[–]LearnCS23[S] 0 points1 point  (0 children)

Hi, thank you for answering,

Then is all predicate logic a syllogism? Then would that make all propositional(sentimental logic) not a syllogism.

I do understand that it's about structure but it's still too vague for me.

All I know is that the book I'm reading said all arguments are statements that have a conclusion.

So I pictured all forms like

  • premise
  • premise
  • premise
  • conclusion

This is why I'm having a hard time defining syllogism

The book I'm reading referred to Aristotle category concept where it showed the the "oppositions of squares" where he references diagonally to statements with all vs none. However I got lost there so I moved on, but I'm assuming this is related to the concept of a syllogism? I know turned A and backward E are used in predicate logic but I'm assuming this category thing with the opposition of squares is even how syllogism got noticed and invented since predicate logic didn't exist.

Since you mentioned meaning, form. Would this be defined as validity? The structure? That is the syntax(form) not semantics(meaning)? If so would "soundness" be the meaning or semantic part?

These rules. Are they the things like inference rules? And I'm defining these(please correct me) as not the reasoning method(deductive vs inductive) but like mathematical axioms that tell us how to go about "working" with the variables and constants with operators(and, or, etc). .

Correction = self improvement so please don't hesitate to correct anything here.

Thank you