Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!

Submit your homework question or assignment here:
352 Tutors are online
 
We are so confident that you will love our service, we will answer your first homework question for FREE!
*  Attach Assignment (optional):
 
Study Smarter, Score Higher
 
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
COLS #define 64 #define ROWS 1562500 char A[ROWS][COLS]; /* Called once, at the start of main */ void initialize() { int i, j; for(i = 0; i <ROWS; for(j i++) = 0; j < COLS; j++) A[i][j] = 0; } do_array() { int i, j, k; for(j = 0; j < COLS; j++) for(i = 0; i <ROWS; i++) k = A[i][j]; }
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more. Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:

LSU >> LDP >> 103 (Fall, 2008)
#include <linux/init.h> #include <linux/module.h> static int hello_init(void) { printk(\"Hello loading.\ \"); return 0; } static void hello_exit(void) { printk(\"Hello cleaning up.\ \"); } module_init(hello_init); module_exit(hello_exit); MODULE...
LSU >> LDP >> 103 (Fall, 2008)
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/fs.h> #include <asm/uaccess.h> static int major; static char *name = \"foo\"; static volatile int count = 0; int foo_open(struct in...
LSU >> LDP >> 103 (Fall, 2008)
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <assert.h> #define N 10000 /* Test code for 5.c */ int fd; void do_action(int cpu) { char buf[100]; int i; run_on_cpu(cpu); for(i = 0; i < N; i+) write(fd, buf, size...
LSU >> LDP >> 103 (Fall, 2008)
/* Implementing Schimmel\'s swap-atomic */ /* atomic_swap(xchg %0, %1 \ \\t\" :\"=r\"...
LSU >> LDP >> 103 (Fall, 2008)
/* Spin locks, a flawed solution */ void acquire_lock(volatile int *lockptr) { while(*lockptr); *lockptr = 1; } void release_lock(volatile int *lockptr) { *lockptr = 0; } ...
LSU >> LDP >> 103 (Fall, 2008)
/* Spin locks, another attempt*/ void acquire_lock(volatile unsigned long *lockptr) { while(test_and_set_bit(0, lockptr); ; } void release_lock(volatile unsigned long *lockptr) { clear_bit(0, lockptr); } ...
LSU >> LDP >> 103 (Fall, 2008)
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/fs.h> #include <linux/spinlock.h> #include <asm/io.h> static int major; static char *name = \"foo\"; static volatile int count = 0; s...
LSU >> LDP >> 103 (Fall, 2008)
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <assert.h> /* Test code for 10.c */ int fd; void do_action(int cpu) { char buf[100]; int i; run_on_cpu(cpu); if(cpu = 0) write(fd, buf, sizeof(buf); else read(fd, ...
LSU >> LDP >> 103 (Fall, 2008)
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/fs.h> #include <linux/spinlock.h> #include <asm/uaccess.h> static int major; static char *name = \"foo\"; static unsigned volatile sh...
LSU >> LDP >> 103 (Fall, 2008)
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <assert.h> #define N 1 /* Test code for 12.c and 14.c */ int fd; void do_action(int cpu) { char buf[10]; run_on_cpu(cpu); if (cpu = 0) write(fd, buf, sizeof(buf); el...
LSU >> LDP >> 103 (Fall, 2008)
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/sched.h> #include <linux/fs.h> #include <linux/spinlock.h> #include <asm/uaccess.h> #include <linux/seqlock.h> static int major; static char *name = \"foo\"; ...
LSU >> LDP >> 103 (Fall, 2008)
typedef struct { unsigned sequence; spinlock_t lock; } seqlock_t; #define SEQLOCK_UNLOCKED { 0, SPIN_LOCK_UNLOCKED } static inline void write_seqlock(seqlock_t *sl) { spin_lock(lock); +sl->sequence; smp_wmb(); } static inline void write_sequnloc...
LSU >> LDP >> 105 (Fall, 2008)
<!DOCTYPE Channel SYSTEM \"http:/www.w3c.org/Channel.dtd\" > <Channel HREF=\"http:/www.foosports.com/foosports.cdf\" IsClonable=YES > <IntroUrl VALUE=\"http:/www.foosports.com/channel-setup.html\" /> <LastMod VALUE=\"1994.11.05T08:15-0500\" /> ...
LSU >> LDP >> 105 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <?xml-stylesheet href=\"http:/www.blogger.com/styles/atom.css\" type=\"text/css\"?> <feed version=\"0.3\" xmlns=\"http:/purl.org/atom/ns#\"> <link href=\"http:/www.blogger.com/atom/7770108\" rel=\"service...
LSU >> LDP >> 105 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <feed version=\"0.3\" xmlns=\"http:/purl.org/atom/ns#\"> <title mode=\"escaped\" type=\"text/html\">Linux Gazette</title> <tagline> An e-zine dedicated to making Linux just a little bit more fun. Pu...
LSU >> LDP >> 105 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE rss PUBLIC \"-/Netscape Communications/DTD RSS 0.91/EN\" \"http:/my.netscape.com/publish/formats/rss-0.91.dtd\"> <rss version=\"0.91\"> <channel> <title>Linux Gazette</title> <link>http:/linux...
LSU >> LDP >> 105 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <rdf:RDF xmlns:rdf=\"http:/www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http:/purl.org/rss/1.0/\" xmlns:taxo=\"http:/purl.org/rss/1.0/modules/taxonomy/\" xmlns:dc=\"http:/purl.org/dc/elements/1.1/\" xmlns:syn=\"h...
LSU >> LDP >> 105 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <rdf:RDF xmlns:rdf=\"http:/www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns=\"http:/purl.org/rss/1.0/\" xmlns:taxo=\"http:/purl.org/rss/1.0/modules/taxonomy/\" xmlns:dc=\"http:/purl.org/dc/elements/1.1/\" xmlns:syn=\"http:/p...
LSU >> LDP >> 106 (Fall, 2008)
/* * acpi_button.c - ACPI Button Driver ($Revision: 30 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~ * * This program is free softwa...
LSU >> LDP >> 106 (Fall, 2008)
/* * acpi_button.c - ACPI Button Driver ($Revision: 30 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~ * * This program is free software; you can ...
LSU >> LDP >> 106 (Fall, 2008)
/* * acpi_button.c - ACPI Button Driver ($Revision: 30 $) * * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> * * ~~ * * This program is free softwa...
LSU >> LDP >> 106 (Fall, 2008)
\\documentclass[a4paper,10pt]{article} \\usepackage{hyperref} \\usepackage[dvips]{graphicx} \\usepackage[usenames,dvipsnames]{color} %opening \\title{Desktop Matters!: SuperKaramba} \\author{Jimmy O\'Regan} \\begin{document} \\maketitle \\begin{abstract} ...
LSU >> LDP >> 106 (Fall, 2008)
\\documentclass[a4paper,10pt]{article} \\usepackage{hyperref} %opening \\title{Importing from FeedReader} \\author{Jimmy O\'Regan} \\begin{document} \\maketitle \\begin{abstract} Using XSL to make data from FeedReader usable by Linux feed-readers. \\end{...
LSU >> LDP >> 106 (Fall, 2008)
\\documentclass[a4paper,10pt]{article} %opening \\title{RDF and the Semantic Web} \\author{Jimmy O\'Regan} \\begin{document} \\maketitle \\begin{abstract} A brief introduction to RDF, the Semantic Web, FOAF, and DOAP. \\end{abstract} \\section{Introduction} R...
LSU >> LDP >> 106 (Fall, 2008)
\\input{commondefs} %\\def\\beginarticle#1{\\begin{center} %\ ule{\\linewidth}{1mm}\\vspace{1.5ex}\\ %\\textbf{\\Large #1}\\ %\ ule{\\linewidth}{0.5mm}\\ %\\end{center}\\addcontentsline{toc}{section}{#1} \\def\\beginarticle#1{ \\section*{#1}\\addcontentsline{toc}{sec...
LSU >> LDP >> 106 (Fall, 2008)
<rdf:RDF xmlns:rdf=\"http:/www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:rdfs=\"http:/www.w3.org/2000/01/rdf-schema#\" xmlns:foaf=\"http:/xmlns.com/foaf/0.1/\" xmlns:dc=\"http:/purl.org/dc/elements/1.1/\" xmlns:zodiac=\"http:/www.ideaspace.net/users/wkearney/s...
LSU >> LDP >> 106 (Fall, 2008)
<?xml version=\"1.0\" encoding=\"UTF-8\"?> <xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http:/www.w3.org/1999/XSL/Transform\"> <xsl:template match=\"/\"> <opml version=\"1.0\"> <head> <title>FeedReader Subscriptions</title> </head> <bod...
LSU >> CHEM >> 2060 (Fall, 2008)
...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 2: Acids and Bases 2.2-2.3 and 2.6-2.7 Chemistry 2060, Spring 2007, LSU 2-1 Sections Chapter 1: Covalent Bonding and Shapes of Molecules 1. 2. 3. 4. 5. 6. 7. Introduction Arrhenius acids and bases Bronsted Lowery acid and bases Omit Omit M...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 3. Alkanes and Cycloalkanes Sections 3.1-3.11 Chemistry 2060, Spring 2007, LSU 3-1 Sections Chapter 3: Alkanes and Cycloalkanes 1. Introduction 2. Structure of alkanes 3. Constitutional isomers in alkanes 4. Nomenclature of alkanes 5. Cycl...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 4: Alkenes and Alkynes Sections 4.1-4.5 Chemistry 2060, Spring 2007, LSU 4-1 Sections Chapter 4: Alkenes and Alkynes 1. 2. 3. 4. 5. Introduction Structure Nomenclature Physical properties Naturally occurring alkenes: The terpenes Chemistr...
LSU >> CHEM >> 2060 (Fall, 2008)
Characteristic Reactions of Alkenes H C C + HCl C H C Br C C + Br 2 C H C C C Br C bromination (h alogenation) oxidation (hydrogenation) redu ction (h yd rogenation) C OH hydration C Cl hyd roch lorination (h yd rohalogenation ) Chapter 5: Reactions...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 6: Chirality and the Handedness of Molecules 1. Introduction 2. Stereoisomers 3. Enantiomers 4. Naming stereoisomers: The (R,S) system stereoisomers: 5. Acyclic molecules with two isomers 6. Cyclic molecules with two isomers 7. Molec...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 7: Haloalkanes 1. Introduction 2. Nomenclature 3. Nucleophilic aliphatic substitution and b-elimination 4. Nucleophilic aliphatic substitution 5. Mechanism of nucleophilic aliphatic substitution 6. Experimental evidence for SN1 and S...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 8: Alcohols, Ethers, and Thiols 1. 2. 3. 4. 5. 6. 7. Introduction Alcohols Reactions of alcohols Ethers Epoxides Thiols Reaction of thiols Chapter 8: Alcohols, Ethers, and Thiols Sections 8.1-8.7 8.1- Chemistry 2060, Spring 2007, L...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 9: Benzene and its Derivatives Introduction The structure of benezene The concept of aromaticity Nomenclature Reactions of benezene:Oxidation at a benzylic position Reactions of benezene: Electrophilic aromatic benezene: substitution...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 10: Amines 1. 2. 3. 4. 5. 6. 7. 8. Introduction Structure and classification Nomenclature Physical Properties Basicity of amines Reaction with acids Synthesis of arylamines: Reduction of NO2 group arylamines: Reactions of primary ami...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 13: Aldehydes and Ketones 1. 2. 3. 4. 5. 6. 7. 8. Introduction Structure and bonding Nomenclature Physical properties Reactions Addition of Grignard Reagents Addition of alcohols Addition of ammonia and amines Chapter 13: Aldehydes ...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 15: Functional Derivatives of Carboxylic Acids Sections 15.1-15.9 Chapter 15: Aldehydes and Ketones 1. 2. 3. 4. 5. 6. 7. 8. 9. Introduction Structure and nomenclature Characteristic properties Reaction with water: hydrolysis Reaction...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 16: Enolate Anions Chapter 16: Enolate Anions Sections 16.1-16.6 1. 2. 3. 4. 5. 6. Introduction Formation of enolate anions The Aldol reaction The Claisen and Dieckmann condensations Claisen and Aldol condensations in the biologic...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 18: Carbohydrates Chapter 18: Carbohydrates Sections 18.1-18.8 1. 2. 3. 4. 5. 6. 7. 8. Introduction Monosaccharides The cyclic structure of monosaccharides Reaction of monosaccarides Testing the blood sugar (glucose) L-ascobic ac...
LSU >> CHEM >> 2060 (Fall, 2008)
Sections Chapter 21: Lipids 1. 2. 3. 4. 5. 6. 7. Introduction Triglycerides Soaps and detergents Phospholipids Steroids Prostaglandins Fat-soluble vitamins Fat- Chapter 21: Lipids Sections 21.1-21.6 Chemistry 2060, Spring 2060, LSU 21-1 Chemistr...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#1 CHEM2060,section1,Spring2007. PrintedName: BackgroundandChp.1 HomeworkDueJanuary.23,2007,1:30PM! GroupName: 1. (2pts.total)Circlethecorrectcompoundtype(ionicorcovalent)forthe following: formula compoundtype a)NBr3 (ionicorcovalent) b)CH3C...
LSU >> CHEM >> 2060 (Fall, 2008)
CHEM2060,section1 BackgroundandChp.2 HomeworkDueJanuary25,2007,1:30PM! HOMEWORK#2 PrintedName: GroupName: 1.(2pts.)IdentifytheBrnstedLowryacidsinthefollowingreactions. a) b) c) d) BrnstedLowry BrnstedLowry BrnstedLowry BrnstedLowry Acid Base Con...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#3 CHEM2060,section1Spring2007 PrintedName: BackgroundandChps.3&4 HomeworkFebruary1,2007by1:30PM! GroupName: 1.(4pts.)Circlethecorrectclassificationsthatappliestothefollowinghydrocarbons. Hydrocarbon H2 C H2C HC CH2 CH Classification saturat...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#4 CHEM2060,section1Spring2007 PrintedName: BackgroundandChps.4&5 HomeworkFebruary8,20071:30PM! GroupName: 1.(2pts.)Circletheisopreneunitsandgivethenumberofisopreneunitsinthe structureofVitaminA: Number of isoprene units: 2.(3pts.)Labelthec...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#5 CHEM2060,section1Spring2007 PrintedName: BackgroundandChps.6&7 HomeworkMarch1,2007by1:30PM! GroupName: 1.(4pts.)Circlethecorrecttypesofisomerismthatappliestothefollowingorganic compounds. Compound Isomerism Constitution Constitutiona Const...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#6 CHEM2060,section1Spring2007 BackgroundandChps.8&9 HomeworkMarch8,2007by1:30PM! PrintedName: GroupName: 1.(5pts.)Circlethecorrecttypesofmechanismforthefollowingreactions. Reaction Nucleophilic Substitution/ Elemination Molecularity Mechani...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#7 CHEM2060,section1Spring2007 BackgroundandChps.9 HomeworkMarch15,2007by1:30PM! PrintedName: GroupName: 1.(4pts.)Givethenamesoffollowingaromaticcompounds. a) Name: a) (o,m,p): b) (2,3,4,5): b) Name: a) (o,m,p): b) (2,3,4,5): c) Name: a) (...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#8 CHEM2060,section1Spring2007 BackgroundandChps.10&13 HomeworkMarch20,2007by1:30PM! PrintedName: GroupName: 1.(4pts.)Givethenamesoffollowingaromaticcompounds. a) b) c) CH3 H H3C C N CH3 CH3 d) Name: a) Common: b) IUPAC: Name: a) Common: b...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#9 CHEM2060,section1Spring2007 BackgroundandChps.14,15&16 HomeworkApril17,2007by1:30PM! PrintedName: GroupName: 1.(4pts.)Givethenamesoffollowingaromaticcompounds. a) b) O C Name: a) Common: b) IUPAC: O d) H3C CH2 CH2 CH2 C OH Name: a) IUPAC...
LSU >> CHEM >> 2060 (Fall, 2008)
HOMEWORK#10 CHEM2060,section1Spring2007 BackgroundandChps.18 HomeworkApril24,2007by1:30PM! PrintedName: GroupName: 1.(6pts.)Circlethecorrectclassificationsthatapplytothefollowingcarbohydrates. Carbohydrate a) CnH2nOn= Formula Type Carbons Named Name...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 1 Covalent Bonding and Shapes of Molecules Multiple Choice 1. Which is the electronic configuration that describes Mg2+? (Sec. 1.2) a) 1s2, 2s2 b) 1s2, 2s2, 2p6 c) 1s2, 2s2, 2p6, 3s2 d) 1s2, 2s2, 2p6, 3s2, 3p6 2. Which is the electronic confi...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 2 Acids and Bases Multiple Choice 1. Identify the Brnsted-Lowry acids in the following reactions. (Sec. 2.3) CH3OH I + HCl II CH3OH2 III + Cl IV C2H5OH V a) b) c) d) + NaH VI C2H5ONa VII + H2 VIII I, III,VI, VII II, VI I, IV, V, ...
LSU >> CHEM >> 2060 (Fall, 2008)
...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 4 Alkenes and Alkynes Multiple Choice 1. Which are the approximate carbon-carbon bond angles at positions I and II in the following compound? (Sec. 4.2) I II a) b) c) d) 109, 109 120, 180 120, 109 109, 120 CH3 2. Which is the best descript...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 5 Reactions of Alkenes Multiple Choice 1. The reaction of propene with which of the following reagents are oxidation reactions? (Sec. 5.3 - 5.5) HBr/CH2Cl2 I a) b) c) d) II III I and V II and IV OsO4 II H2/Pt III Br2 IV H+/H2O V 2. Which poi...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 6 Chirality Multiple Choice 1. Which compounds contain stereocenters? (Sec. 6.3) I) 1-chloropentane II) 2-chloropentane III) 3-chloropentane IV) 1,2-dichloropentane a) b) c) d) I, II III, IV I, III II, IV 2. Which compounds contain stereocen...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 7 Haloalkanes Multiple Choice 1. Which of the following structures have the correct IUPAC name? (Sec. 7.2) Cl H C CH CH CH 2 2 3 CH3 CH3 F R-4-fluoro-4-methylcyclohexene II H Br H OCH3 meso-1,2-dibromo-1,2-dimethoxyethane III a) b) c) d) I, ...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 8 Alcohols, Ethers, and Thiols Multiple Choice 1. Which is the IUPAC name for the following structure? (Sec. 8.2) OH a) b) c) d) cyclohexenol 3-cyclohexen-1-ol 1-cyclohexen-4-ol 4-cyclohexenol 2. Which structures have the correct IUPAC name...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 9 Benzene and Its Derivatives Multiple Choice 1. Which structures have the correct IUPAC names? (Sec. 9.4) CH3 Br CH3 Cl Br I. 2-bromotoluene II. para methyl, meta chloro bromobenzene NO2 OCH3 Cl III. meta chloroaniline a) b) c) d) I, II ...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 10 Amines Multiple Choice 1. Which is the correct structure for diphenylamine? (Sec. 10.3) NH2 H a) b) N CH2 c) NH2 d) NH2 2. Which is the IUPAC name for the following structure? (Sec. 10.3) CH3 H H3C C CH3 a) b) c) d) N-methyl-tert-butyl...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 13 Aldehydes and Ketones Multiple Choice 1. Which compounds are named correctly? (Sec. 13.3) OH O CH CH3 O CH HO O CH3CHCOH o-hydroxybenzaldehyde I 2-methylbenzaldehyde II O CCH3 2-hydroxypropanoic acid III H H C C CO CH3 O O CH3CCH...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 14 Carboxylic Acids Multiple Choice 1. Which is the IUPAC name for the following compound? (Sec. 14.3) O H3C a) b) c) d) C O CH2 CH2 CH2 C OH 2-oxohexanoic acid 5-oxohexanoic acid methyl butyroxo ketone 4-ketopentanoic acid 2. Which is t...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 15 Functional Derivatives of Carboxylic Acids Multiple Choice 1. Which is the correct structure for phenyl benzoate? (Sec. 15.2) O a) CO O c) CH2OC d) b) O OCCH2 O CH2OCCH2 2. Which compounds are named correctly? (Sec. 15.2) O O O O O...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 16 Enolate Anions Multiple Choice 1. What is the order of increasing acidity for these compounds (least acidic first)? (Sec. 16.2) O CH3CH2OH I a) b) c) d) IV, III, II, I IV, II, III, I II, III, I, IV III, II, I, IV O CH3COCH3 III O CH3COH...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 18 Carbohydrates Multiple Choice 1. Which sugars and classifications are correctly matched? (Sec. 18.2) CH2OH O HO H HO H OH H CH2OH aldohexose I H H H CHO OH OH OH CH2OH aldotetrose II H HO H HO CHO OH H OH H CH2OH aldohexose III ketotetr...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 21 Lipids Multiple Choice 1. Which saturated fatty acids have the correct name? (Sec. 21.2) I) CH3(CH2)10COOH stearic acid II) CH3(CH2)14COOH palmitic acid III) CH3(CH2)16COOH lauric acid IV) CH3(CH2)18COOH arachidic acid a) b) c) d) I, I...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 1 Covalent Bonding and Shapes of Molecules Multiple Choice 1. Which is the electronic configuration that describes Mg2+? (Sec. 1.2) a) 1s2, 2s2 b) 1s2, 2s2, 2p6 c) 1s2, 2s2, 2p6, 3s2 d) 1s2, 2s2, 2p6, 3s2, 3p6 2. Which is the electronic conf...
LSU >> CHEM >> 2060 (Fall, 2008)
Chapter 2 Acids and Bases Multiple Choice 1. Identify the Brnsted-Lowry acids in the following reactions. (Sec. 2.3) CH3OH I + HCl II CH3OH2 III + Cl IV C2H5OH V a) b) c) d) + NaH VI C2H5ONa VII + H2 VIII I, III,VI, VII II, VI I, IV, V,...
What are you waiting for?